Update main.js.download

This commit is contained in:
Adil Sadqi 2023-03-02 00:30:20 +01:00 committed by GitHub
parent 52abd9d554
commit efa63c4343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -14,6 +14,7 @@ let wrr = false;
let wrdd = false; let wrdd = false;
var commands = []; var commands = [];
setTimeout(function() { setTimeout(function() {
loopLines(banner, "", 80); loopLines(banner, "", 80);
textarea.focus(); textarea.focus();
@ -209,6 +210,9 @@ function commander(cmd) {
break; break;
case "update": case "update":
loopLines(update, "color2 margin", 1000); loopLines(update, "color2 margin", 1000);
setTimeout(function() {
location.reload();
}, 17000);
break; break;
case "social": case "social":
loopLines(social, "color2 margin", 80); loopLines(social, "color2 margin", 80);