Do not notify tabs on framework initialization

- Fix reloading framework closes opened tabs
This commit is contained in:
Hadi Nategh 2015-11-19 16:33:39 +00:00
parent 64181d03d6
commit 2c5b1de5b5

View File

@ -32,7 +32,7 @@ var fw_base = Class.extend({
window.egw_webserverUrl = _webserverUrl; window.egw_webserverUrl = _webserverUrl;
this.serializedTabState = ''; this.serializedTabState = '';
this.notifyTabChangeEnabled = true; this.notifyTabChangeEnabled = false;
this.sidemenuUi = null; this.sidemenuUi = null;
this.tabsUi = null; this.tabsUi = null;