From 3f6eff1ae2450bc5877d9744c91ce31f9cf8c084 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sat, 16 Sep 2023 22:11:21 +0200 Subject: [PATCH] auto redirect so i don't have to deal with tech support so much --- webAO/master.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/webAO/master.ts b/webAO/master.ts index 7e9c9944..8640001a 100644 --- a/webAO/master.ts +++ b/webAO/master.ts @@ -50,6 +50,7 @@ fpPromise export function check_https() { if (document.location.protocol === 'https:') { document.getElementById('https_error').style.display = ''; + setTimeout(() => window.location.replace("http://web.aceattorneyonline.com/"), 5000); } }