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