Update index.html
This commit is contained in:
parent
7aededaff6
commit
ab40601a84
|
|
@ -15817,7 +15817,7 @@ behaviorRules = {
|
||||||
settings.invertscroll = true;
|
settings.invertscroll = true;
|
||||||
}
|
}
|
||||||
// detect if discord activity
|
// detect if discord activity
|
||||||
if (navigator.userAgent.match(/Discord/i)) {
|
if (location.hostname.match(/discordsays/i)) {
|
||||||
standalone = true;
|
standalone = true;
|
||||||
standaloneType = "discord";
|
standaloneType = "discord";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue