mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 02:32:55 +02:00
More rebalancing on hacknet Nodes. Tab in script editor works..not super smooth though. Focus on textarea when script editor opens. code in tututorial now properly ignores all whitespace
This commit is contained in:
@@ -110,6 +110,7 @@ var Engine = {
|
||||
document.getElementById("script-editor-filename").value = filename;
|
||||
}
|
||||
document.getElementById("script-editor-text").value = code;
|
||||
document.getElementById("script-editor-text").focus();
|
||||
|
||||
Engine.currentPage = Engine.Page.ScriptEditor;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user