Added metakey + b hotkey compatibility for script editor close and save. Refactored Server constructor and initialization

This commit is contained in:
danielyxie
2018-05-05 15:23:57 -05:00
parent 9acc422f05
commit 2a87aa16f6
6 changed files with 21192 additions and 20906 deletions

View File

@@ -137,6 +137,7 @@ function addActiveScriptsItem(workerscript) {
var btn = document.createElement("button");
btn.setAttribute("class", "active-scripts-script-header");
btn.setAttribute("id", itemName + "-header");
btn.innerHTML = workerscript.name;
var itemContentDiv = document.createElement("div");