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 = "";