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 = {
|
var DOSWASMSETTINGS = {
|
||||||
CLOUDSAVEURL: "",
|
CLOUDSAVEURL: "",
|
||||||
ISOURL: "",
|
ISOURL: "",
|
||||||
DEFAULTIMG: ""
|
DEFAULTIMG: "https://minigist.nolog.page/doswasmx/hdd.img"
|
||||||
}
|
}
|
||||||
|
|
||||||
var rando = Math.floor(Math.random() * Math.floor(100000));
|
var rando = Math.floor(Math.random() * Math.floor(100000));
|
||||||
var script = document.createElement('script');
|
var script = document.createElement('script');
|
||||||
script.src = 'script.js?v=' + rando;
|
script.src = 'script.js?v=' + rando;
|
||||||
document.getElementsByTagName('head')[0].appendChild(script);
|
document.getElementsByTagName('head')[0].appendChild(script);
|
Loading…
Reference in a new issue