insert in a different way
This commit is contained in:
parent
9490dbd960
commit
dbe7fd7bea
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
if (location.host == "www.guilded.gg") {
|
if (location.host == "www.guilded.gg") {
|
||||||
settings();
|
settings();
|
||||||
} else {
|
} else {
|
||||||
document.body.insertAdjacentHTML('beforeend', settings_HTML)
|
document.innerHTML += settings_HTML
|
||||||
}
|
}
|
||||||
console.info("Builded Loaded <3")
|
console.info("Builded Loaded <3")
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Add table
Reference in a new issue