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;
var commands = [];
setTimeout(function() {
loopLines(banner, "", 80);
textarea.focus();
@ -209,7 +210,10 @@ function commander(cmd) {
break;
case "update":
loopLines(update, "color2 margin", 1000);
break;
setTimeout(function() {
location.reload();
}, 17000);
break;
case "social":
loopLines(social, "color2 margin", 80);
break;