mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-05 07:07:50 +02:00
Changed tabbing i script editor so that it uses four spaces rather than the tab char"
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ $(document).keydown(function(event) {
|
||||
|
||||
//Enter
|
||||
if (event.keyCode == 13) {
|
||||
event.preventDefault();
|
||||
event.preventDefault(); //Prevent newline from being entered in Script Editor
|
||||
var command = $('input[class=terminal-input]').val();
|
||||
if (command.length > 0) {
|
||||
post("> " + command);
|
||||
|
||||
Reference in New Issue
Block a user