This commit is contained in:
parent
ade90dd53c
commit
6c7d94f9c4
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ 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('select', function() {
|
$.initialize('select', function() {
|
||||||
if ($(this).classlist.contains("DesktopOptionsControl-persistent-menu")) {
|
console.info($(this))
|
||||||
|
if ($(this).classList.contains("DesktopOptionsControl-persistent-menu")) {
|
||||||
console.info("Settings opened!")
|
console.info("Settings opened!")
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue