From d9a0e207d97400aef8f0bb27355eb5aa315bae06 Mon Sep 17 00:00:00 2001 From: Adil Sadqi <42699429+AdilSadqi@users.noreply.github.com> Date: Wed, 15 Mar 2023 19:04:03 +0100 Subject: [PATCH] Update main.js.download --- index_files/main.js.download | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index_files/main.js.download b/index_files/main.js.download index 9c51d1d..81df9eb 100644 --- a/index_files/main.js.download +++ b/index_files/main.js.download @@ -111,7 +111,7 @@ function enterKey(e) { if (e.keyCode == 13) { commands.push(command.innerHTML); 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()); command.innerHTML = ""; textarea.value = "";