mirror of
https://github.com/AleziaKurdis/Overte-community-apps.git
synced 2025-04-05 12:31:09 +02:00
Code adjustments
This commit is contained in:
parent
62b79e6fc8
commit
800199291f
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,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