This commit is contained in:
parent
21ab3fe5c1
commit
a0852c4dce
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ function settings() {
|
||||||
}
|
}
|
||||||
if (location.host == "www.guilded.gg") {
|
if (location.host == "www.guilded.gg") {
|
||||||
console.info("Guilded.GG detected.");
|
console.info("Guilded.GG detected.");
|
||||||
$.initialize('.DesktopOptionsControl-persistent-menu', function() {
|
$.initialize('.OptionsMenu-options-control', function() {
|
||||||
console.info("Settings opened!")
|
console.info("Settings opened!")
|
||||||
console.info($(this))
|
console.info($(this))
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue