diff --git a/app/Application.js b/app/Application.js index 1a1c9243..79c56492 100644 --- a/app/Application.js +++ b/app/Application.js @@ -82,18 +82,17 @@ Ext.define('Rambox.Application', { } } ,{ - key: "f" - ,ctrl: true - ,alt: false - ,shift: false - ,handler: function(key) { - console.log('ok') - var currentTab = Ext.cq1('app-main').getActiveTab() - if(currentTab.getWebView) - currentTab.down('component').el.dom.send('findInPage'); - - } - } + key: "f" + ,ctrl: true + ,alt: false + ,shift: false + ,handler: function(key) { + var currentTab = Ext.cq1('app-main').getActiveTab(); + if (currentTab.getWebView) { + currentTab.down('component').el.dom.send('findInPage'); + } + } + } ,{ key: "\t" ,ctrl: true