Update main.js.download

This commit is contained in:
Adil Sadqi 2023-03-15 19:04:03 +01:00 committed by GitHub
parent 38f3f719f6
commit d9a0e207d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ function enterKey(e) {
if (e.keyCode == 13) { if (e.keyCode == 13) {
commands.push(command.innerHTML); commands.push(command.innerHTML);
git = commands.length; git = commands.length;
addLine("visitor@asadqi.com:~$ " + command.innerHTML, "no-animation", 0); addLine("visitor@ferox.site:~$ " + command.innerHTML, "no-animation", 0);
commander(command.innerHTML.toLowerCase()); commander(command.innerHTML.toLowerCase());
command.innerHTML = ""; command.innerHTML = "";
textarea.value = ""; textarea.value = "";