mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 20:22: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() {
|
||||
for (var j in DEFAULT_SCRIPTS) {
|
||||
Script.include(DEFAULT_SCRIPTS[j] + "?" + Math.random());
|
||||
Script.include(DEFAULT_SCRIPTS[j]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue