Fix exception in javascript console by commenting not required function

This commit is contained in:
Thomas Basler 2021-01-06 13:07:50 +01:00
parent e3f539ca8e
commit 7874c89c1a
1 changed files with 1 additions and 1 deletions

View File

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