Skip to content

Commit d568447

Browse files
authored
Merge pull request #7 from Dev2Forge/develop
Develop
2 parents e3e7ebd + de6d267 commit d568447

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/assets/js/404.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const BLACKLISTED_KEY_CODES = [38, 40, 37, 39, 18, 20, 17, 16, 9, 27, 144];
33
const COMMANDS = {
44
help: 'The page you want to visit does not exist, or it may have been deleted, or the wrong address was entered. To see the commands, enter the word <span class="red"> commands</span>',
55
exit: '',
6-
report: "<span class='green'>This page report has been successfully sent to support.</span>",
6+
report: "<span class='green'>Feature in development...</span>",
77
commands: 'List of commands: <span class="red"> help</span> , <span class="red"> report</span> ,<span class="red"> exit</span>\n',
88
cls: '',
99
};
@@ -44,7 +44,7 @@ const execute = function executeCommand(input) {
4444
}
4545
//If the user enters one of the words 'exit' and 'close'
4646
else if (input === 'close' || input === 'exit') {
47-
document.location.href = '../../index.html'; // The link that the user enters after sending the exit
47+
document.location.href = '/'; // The link that the user enters after sending the exit
4848
return;
4949
}
5050
//If the user enters the word report

0 commit comments

Comments
 (0)