mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 23:38:35 +02:00
Added metakey + b hotkey compatibility for script editor close and save. Refactored Server constructor and initialization
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user