patch
This commit is contained in:
parent
448a44272a
commit
2182451579
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
if (location.host == "www.guilded.gg") {
|
if (location.host == "www.guilded.gg") {
|
||||||
settings();
|
settings();
|
||||||
} else {
|
} else {
|
||||||
window.document.innerHTML += settings_HTML
|
document.body.innerHTML += settings_HTML
|
||||||
}
|
}
|
||||||
console.info("Builded Loaded <3")
|
console.info("Builded Loaded <3")
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Reference in a new issue