.container .nav-tabs-custom %ul.nav.nav-tabs %li.active %a{ 'aria-expanded': 'false', 'data-toggle': 'tab', href: '#tab_5' } robots.txt .kf-signal.robots_signal %li.pull-right %a{ onclick: 'controls.saveTxt()', title: t('keppler.actions.save') } %i.fa.fa-save %li.pull-right %a{ title: t('keppler.actions.documentation'), href: 'https://developers.google.com/search/reference/robots_txt?hl=es', target: '_blank' } %i.fa.fa-book = t('keppler.actions.documentation') .tab-content .active.tab-pane#tab_5 .action.code-container %textarea#code-robots{ name: 'code' } = Seo.robots_code :javascript $('.robots_signal').css('display', 'none'); codeRobots.codeMirrorRobots(); var tab = 'robots'; var ready = { robots: false } $(document).bind('keydown', function(e) { if(e.ctrlKey && (e.which == 83)) { e.preventDefault(); save() } }); function save() { controls.saveTxt() }