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
011dc9cf51
commit
0e78eb06c0
1 changed files with 3 additions and 4 deletions
|
@ -64,8 +64,8 @@
|
|||
if(typeof eventz === "string"){
|
||||
eventzget = JSON.parse(eventz);
|
||||
|
||||
print("EVENT ACTION: " + eventzget.action);
|
||||
print("EVENT SCRIPT: " + eventzget.script);
|
||||
//print("EVENT ACTION: " + eventzget.action);
|
||||
//print("EVENT SCRIPT: " + eventzget.script);
|
||||
|
||||
if(eventzget.action === "installScript"){
|
||||
ScriptDiscoveryService.loadOneScript(eventzget.script);
|
||||
|
@ -93,8 +93,7 @@
|
|||
}
|
||||
|
||||
|
||||
|
||||
//tablet.webEventReceived.connect(onMoreAppWebEventReceived);
|
||||
|
||||
|
||||
|
||||
function cleanup() {
|
||||
|
|
Loading…
Reference in a new issue