Revert "Gang rework"

This commit is contained in:
danielyxie
2018-10-23 13:47:00 -05:00
committed by GitHub
parent 25bbccca88
commit be0a08d70c
41 changed files with 1690 additions and 171071 deletions
+2 -2
View File
@@ -152,7 +152,7 @@ function addActiveScriptsItem(workerscript) {
panel.appendChild(createElement("br"));
panel.appendChild(createElement("span", {
innerText: "Log",
class: "accordion-button",
class: "active-scripts-button",
margin: "4px",
padding: "4px",
clickListener: () => {
@@ -162,7 +162,7 @@ function addActiveScriptsItem(workerscript) {
}));
panel.appendChild(createElement("span", {
innerText: "Kill Script",
class: "accordion-button",
class: "active-scripts-button",
margin: "4px",
padding: "4px",
clickListener: () => {