From efa63c4343d913c951af05b61060953ed74903dd Mon Sep 17 00:00:00 2001 From: Adil Sadqi <42699429+AdilSadqi@users.noreply.github.com> Date: Thu, 2 Mar 2023 00:30:20 +0100 Subject: [PATCH] Update main.js.download --- index_files/main.js.download | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index_files/main.js.download b/index_files/main.js.download index f001d80..bb6bebf 100644 --- a/index_files/main.js.download +++ b/index_files/main.js.download @@ -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;