mirror of
https://github.com/overte-org/community-apps.git
synced 2025-04-06 01:02:34 +02:00
Missed an =.
This commit is contained in:
parent
1909c62a69
commit
756d036dd5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue