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
8d76dbdf1f
commit
8897e0ed4f
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,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