mirror of
https://github.com/overte-org/community-apps.git
synced 2025-04-06 14:22:36 +02:00
Code Adjustments
This commit is contained in:
parent
f692c4bda3
commit
28c9792c4f
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@
|
|||
}
|
||||
|
||||
function onScreenChanged(type, url) {
|
||||
if (type == "Web" && url.indexOf(APP_URL) != -1) {
|
||||
if (type === "Web" && url.indexOf(APP_URL) !== -1) {
|
||||
appStatus = true;
|
||||
} else {
|
||||
appStatus = false;
|
||||
|
|
Loading…
Reference in a new issue