Browse Source

Code review

Removed console.log.
pull/2223/head
Juan Manuel Gonzalez Alama 6 years ago
parent
commit
c961e594a5
  1. 7
      app/Application.js

7
app/Application.js

@ -87,11 +87,10 @@ Ext.define('Rambox.Application', {
,alt: false
,shift: false
,handler: function(key) {
console.log('ok')
var currentTab = Ext.cq1('app-main').getActiveTab()
if(currentTab.getWebView)
var currentTab = Ext.cq1('app-main').getActiveTab();
if (currentTab.getWebView) {
currentTab.down('component').el.dom.send('findInPage');
}
}
}
,{

Loading…
Cancel
Save