From 5e6c47d7fc367a0f2724fb5734d2b083f2695ddb Mon Sep 17 00:00:00 2001 From: Adil Sadqi <42699429+AdilSadqi@users.noreply.github.com> Date: Sat, 1 Apr 2023 21:48:36 +0000 Subject: [PATCH] Update main.js.download --- index_files/main.js.download | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/index_files/main.js.download b/index_files/main.js.download index 771b143..b0b21a3 100644 --- a/index_files/main.js.download +++ b/index_files/main.js.download @@ -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);