Remove framework object from import statement which would override the actual object

This commit is contained in:
Hadi Nategh
2021-07-07 12:31:01 +02:00
parent 90f1d9ea37
commit 052f5f23cc
4 changed files with 3 additions and 5 deletions

View File

@ -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);