Missed an =.

This commit is contained in:
Kasen IO 2020-03-13 13:33:41 -04:00
parent 1909c62a69
commit 756d036dd5

View file

@ -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;