Add files via upload

This commit is contained in:
Keb Helion 2020-02-15 00:20:28 -05:00 committed by GitHub
parent a4cb206340
commit b4d77c9d33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,11 +95,11 @@
function onScreenChanged(type, url) {
if (type == "Web" && url.indexOf(APP_URL) != -1){
//Active
print("MORE... ACTIVE");
//print("MORE... ACTIVE");
Appstatus = true;
}else{
//Inactive
print("MORE... INACTIVE");
//print("MORE... INACTIVE");
Appstatus = false;
}