Aktualizovat doswasmx/settings.js
This commit is contained in:
parent
5d4faaad38
commit
ad7d5af6d2
1 changed files with 9 additions and 9 deletions
|
@ -1,10 +1,10 @@
|
|||
var DOSWASMSETTINGS = {
|
||||
CLOUDSAVEURL: "",
|
||||
ISOURL: "",
|
||||
DEFAULTIMG: ""
|
||||
}
|
||||
|
||||
var rando = Math.floor(Math.random() * Math.floor(100000));
|
||||
var script = document.createElement('script');
|
||||
script.src = 'script.js?v=' + rando;
|
||||
var DOSWASMSETTINGS = {
|
||||
CLOUDSAVEURL: "",
|
||||
ISOURL: "",
|
||||
DEFAULTIMG: "https://minigist.nolog.page/doswasmx/hdd.img"
|
||||
}
|
||||
|
||||
var rando = Math.floor(Math.random() * Math.floor(100000));
|
||||
var script = document.createElement('script');
|
||||
script.src = 'script.js?v=' + rando;
|
||||
document.getElementsByTagName('head')[0].appendChild(script);
|
Loading…
Reference in a new issue