This commit is contained in:
parent
0c60068b44
commit
811667fec5
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ if (location.host == "www.guilded.gg") {
|
||||||
waitForElm('.PersistentActionMenuSection-container').then((elm) => {
|
waitForElm('.PersistentActionMenuSection-container').then((elm) => {
|
||||||
console.log('Injecting Builded settings...');
|
console.log('Injecting Builded settings...');
|
||||||
console.log($(this));
|
console.log($(this));
|
||||||
$(this).innerHTML += settings_entry;
|
$(this)[0].innerHTML += settings_entry;
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue