mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 15:09:34 +02:00
actually remove the math.random
This commit is contained in:
parent
2acf316d1c
commit
a8a9577866
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ if (Menu.menuExists(MENU_CATEGORY) && !Menu.menuItemExists(MENU_CATEGORY, MENU_I
|
||||||
|
|
||||||
function runDefaultsTogether() {
|
function runDefaultsTogether() {
|
||||||
for (var j in DEFAULT_SCRIPTS) {
|
for (var j in DEFAULT_SCRIPTS) {
|
||||||
Script.include(DEFAULT_SCRIPTS[j] + "?" + Math.random());
|
Script.include(DEFAULT_SCRIPTS[j]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue