mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 05:52:38 +02:00
Actually fix the bug
This commit is contained in:
parent
8044b33d65
commit
cccc241553
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ function loadSimplifiedTopBar() {
|
|||
|
||||
|
||||
var pausedScriptList = [];
|
||||
var SCRIPT_NAME_WHITELIST = ["simplifiedUI.js", "statusIndicator.js"];
|
||||
var SCRIPT_NAME_WHITELIST = ["simplifiedUI.js", "defaultScripts.js", "controllerScripts.js"];
|
||||
function pauseCurrentScripts() {
|
||||
var currentlyRunningScripts = ScriptDiscoveryService.getRunning();
|
||||
|
||||
|
|
Loading…
Reference in a new issue