Add files via upload

This commit is contained in:
Keb Helion 2020-02-14 00:31:42 -05:00 committed by GitHub
parent 5a4e76c9fd
commit a6bfe3af96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@
EventBridge.scriptEventReceived.connect(function(message){
currentlyRunningScripts = JSON.parse(message);
alert(JSON.stringify(currentlyRunningScripts));
//update the buttons
buttonList.forEach(function(item){
var btn = "";