Fix exception in javascript console by commenting not required function
This commit is contained in:
parent
e3f539ca8e
commit
7874c89c1a
@ -47,7 +47,7 @@ export class ConsoleGlobalMessageManager {
|
||||
//this.buttonSettingsMainConsole = document.createElement('img');
|
||||
//this.buttonAdminMainConsole = document.createElement('img');
|
||||
this.userInputManager = userInputManager;
|
||||
this.initialise();
|
||||
// TBA: Disable because of exception: this.initialise();
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user