mirror of
https://github.com/overte-org/community-apps.git
synced 2025-04-06 01:02:34 +02:00
Add files via upload
This commit is contained in:
parent
a4cb206340
commit
b4d77c9d33
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue