mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 08:25:03 +02:00
Remove framework object from import statement which would override the actual object
This commit is contained in:
@ -24,7 +24,7 @@ window.fw_base = (function(){ "use strict"; return Class.extend(
|
||||
* @returns {undefined}
|
||||
*/
|
||||
init: function (_sidemenuId, _tabsId, _webserverUrl, _sideboxSizeCallback){
|
||||
window.framework = this;
|
||||
|
||||
/* Get the base div */
|
||||
this.sidemenuDiv = document.getElementById(_sidemenuId);
|
||||
this.tabsDiv = document.getElementById(_tabsId);
|
||||
|
Reference in New Issue
Block a user