diff --git a/more/app-more.js b/more/app-more.js index 4ba0f69..a6365df 100644 --- a/more/app-more.js +++ b/more/app-more.js @@ -116,7 +116,7 @@ function onScreenChanged(type, url) { - if (type === "Web" && url.indexOf(APP_URL) != -1) { + if (type === "Web" && url.indexOf(APP_URL) !== -1) { //Active //print("MORE... ACTIVE"); Appstatus = true;