forked from extern/egroupware
Do not notify tabs on framework initialization
- Fix reloading framework closes opened tabs
This commit is contained in:
parent
64181d03d6
commit
2c5b1de5b5
@ -32,7 +32,7 @@ var fw_base = Class.extend({
|
||||
window.egw_webserverUrl = _webserverUrl;
|
||||
|
||||
this.serializedTabState = '';
|
||||
this.notifyTabChangeEnabled = true;
|
||||
this.notifyTabChangeEnabled = false;
|
||||
|
||||
this.sidemenuUi = null;
|
||||
this.tabsUi = null;
|
||||
|
Loading…
Reference in New Issue
Block a user