Update main.js.download

This commit is contained in:
Adil Sadqi 2023-03-01 19:55:59 +01:00 committed by GitHub
parent 07ea5fc8a8
commit f95871b976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -148,6 +148,9 @@ function commander(cmd) {
switch (cmd.toLowerCase()) {
case "help":
loopLines(help, "color2 margin", 80);
break;
case "menu":
loopLines(help, "color2 margin", 80);
break;
case "root":
loopLines(root, "color2 margin", 80);
@ -187,7 +190,7 @@ function commander(cmd) {
loopLines(help, "color2 margin", 80);
break;
case "version":
addLine("ASCODES v2.6.3", "color2", 80);
addLine("ASCODES v2.6.4", "color2", 80);
setTimeout(function() {
},800);
break;