Browse Source

Fixed bug on editing service

Fixes #931
pull/1203/head
Ramiro Saenz 8 years ago
parent
commit
a704dd0953
  1. 2
      app/ux/WebView.js

2
app/ux/WebView.js

@ -577,7 +577,7 @@ Ext.define('Rambox.ux.WebView',{
,setStatusBar: function(keep) {
var me = this;
me.down('statusbar').destroy();
me.removeDocked(me.down('statusbar'), true);
if ( keep ) {
me.addDocked(me.statusBarConstructor(false));

Loading…
Cancel
Save