diff options
| author | stonedDiscord <Tukz@gmx.de> | 2023-09-16 22:11:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-16 22:11:21 +0200 |
| commit | 3f6eff1ae2450bc5877d9744c91ce31f9cf8c084 (patch) | |
| tree | 11851304b5dba6c060095c48c09c60d9a1793e5d /webAO/master.ts | |
| parent | 8b013ed7a5d771de1c2f12aa9c71834baaf581cb (diff) | |
auto redirect so i don't have to deal with tech support so much
Diffstat (limited to 'webAO/master.ts')
| -rw-r--r-- | webAO/master.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webAO/master.ts b/webAO/master.ts index 7e9c994..8640001 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); } } |
