From a6bfe3af96fe0822998ebd8d44b5875ef7ac9427 Mon Sep 17 00:00:00 2001 From: Keb Helion <60008426+KebHelion@users.noreply.github.com> Date: Fri, 14 Feb 2020 00:31:42 -0500 Subject: [PATCH] Add files via upload --- more/more.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/more/more.html b/more/more.html index 3ab8572..05f7a8a 100644 --- a/more/more.html +++ b/more/more.html @@ -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 = "";