Update main.js.download
This commit is contained in:
parent
81fc7d5b0d
commit
8d42f90fd9
|
@ -175,6 +175,12 @@ function commander(cmd) {
|
|||
setTimeout(function() {
|
||||
window.open('https://www.google.com');
|
||||
}, 1000);
|
||||
break;
|
||||
case "update":
|
||||
addLine("Opening Updater...", "color2", 80);
|
||||
setTimeout(function() {
|
||||
window.open('/update');
|
||||
}, 1000);
|
||||
break;
|
||||
case "sudo":
|
||||
addLine("Oh no, you're not admin...", "color2", 80);
|
||||
|
@ -211,7 +217,7 @@ function commander(cmd) {
|
|||
}, 500);
|
||||
}, 2500);
|
||||
break;
|
||||
case "update":
|
||||
case "update1":
|
||||
loopLines(update, "color2 margin", 1000);
|
||||
setTimeout(function() {
|
||||
location.reload();
|
||||
|
@ -282,13 +288,13 @@ function commander(cmd) {
|
|||
newTab(phone);
|
||||
break;
|
||||
case "windows":
|
||||
addLine("Starting Windows Sadqi...", "color2", 0);
|
||||
setTimeout(() => {
|
||||
newTab(website);
|
||||
}, 2000);
|
||||
break;
|
||||
addLine("Starting Windows Sadqi...", "color2", 0);
|
||||
setTimeout(() => {
|
||||
newTab(website);
|
||||
}, 2000);
|
||||
break;
|
||||
|
||||
case "curl":
|
||||
case "curl":
|
||||
addLine("Opening Website...", "color2", 0);
|
||||
newTab(curl);
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue