From 8df11c6fb21ad48538e91527c25033f2e146510b Mon Sep 17 00:00:00 2001 From: Adil Sadqi <42699429+AdilSadqi@users.noreply.github.com> Date: Sat, 1 Apr 2023 23:19:39 +0000 Subject: [PATCH] Update main.js.download --- index_files/main.js.download | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/index_files/main.js.download b/index_files/main.js.download index b0b21a3..d16d78b 100644 --- a/index_files/main.js.download +++ b/index_files/main.js.download @@ -182,7 +182,7 @@ function commander(cmd) { loopLines(help, "color2 margin", 80); break; case "version": - addLine("ASCODES v2.8.0", "color2", 80); + addLine("ASCODES v3.0.1", "color2", 80); setTimeout(function() { },800); break; @@ -281,11 +281,14 @@ function commander(cmd) { addLine("Opening Phone Number...", "color2", 0); newTab(phone); break; - case "windows": - addLine("Starting Windows Sadqi...", "color2", 0); - newTab(website); - break; - case "curl": + case "windows": + addLine("Starting Windows Sadqi...", "color2", 0); + setTimeout(() => { + newTab(website); + }, 2000); + break; + + case "curl": addLine("Opening Website...", "color2", 0); newTab(curl); break;