Add files via upload

This commit is contained in:
Keb Helion 2020-02-14 22:44:14 -05:00 committed by GitHub
parent 011dc9cf51
commit 0e78eb06c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {