mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 01:03:01 +02:00
Small UI improvements based on private beta feedback
This commit is contained in:
@@ -10,14 +10,6 @@ function scriptEditorSaveCloseInit() {
|
||||
saveAndCloseScriptEditor();
|
||||
return false;
|
||||
});
|
||||
|
||||
var netscriptDocButton = document.getElementById("script-editor-netscript-doc-button");
|
||||
netscriptDocButton.addEventListener("click", function() {
|
||||
Engine.loadTutorialContent();
|
||||
Engine.displayTutorialContent();
|
||||
Engine.displayTutorialPage(CONSTANTS.TutorialNetscriptText);
|
||||
return false;
|
||||
});
|
||||
};
|
||||
|
||||
document.addEventListener("DOMContentLoaded", scriptEditorSaveCloseInit, false);
|
||||
|
||||
Reference in New Issue
Block a user