diff options
| author | amy <[email protected]> | 2023-02-08 17:41:16 -0600 |
|---|---|---|
| committer | amy <[email protected]> | 2023-02-08 17:41:16 -0600 |
| commit | 7bb726944c3a5914081dd965d0fcc8cf08af9986 (patch) | |
| tree | a2b5f0528febdc64d55537c3f722fc30f9060cc1 /src | |
| parent | 5baef82e17ca568ada877a7bd23f0f3b09850255 (diff) | |
start menu fixes
Diffstat (limited to 'src')
| -rw-r--r-- | src/jssh.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jssh.js b/src/jssh.js index b180cd8..f85379b 100644 --- a/src/jssh.js +++ b/src/jssh.js @@ -363,7 +363,7 @@ class jssh { return e !== ""; }); - this.write_file(this.fs, pp, history_write, redir_app); + this.write_file(this.fs, pp, history_write.trim(), redir_app); } else { document.getElementById(this.history).innerHTML += history_write; } |
