Update main.js.download

This commit is contained in:
Adil Sadqi 2023-04-01 21:48:47 +00:00 committed by GitHub
parent 41d7ea5b03
commit 24ddaf597d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,6 @@ var liner = document.getElementById("liner");
var command = document.getElementById("typer");
var textarea = document.getElementById("texter");
var terminal = document.getElementById("terminal");
document.addEventListener('contextmenu', event => event.preventDefault());
var git = 0;
var pw = false;
@ -183,7 +182,7 @@ function commander(cmd) {
loopLines(help, "color2 margin", 80);
break;
case "version":
addLine("ASCODES v3.0.2", "color2", 80);
addLine("ASCODES v2.8.0", "color2", 80);
setTimeout(function() {
},800);
break;
@ -284,7 +283,7 @@ function commander(cmd) {
break;
case "windows":
addLine("Starting Windows Sadqi...", "color2", 0);
newTab(windows);
newTab(website);
break;
case "curl":
addLine("Opening Website...", "color2", 0);