diff options
Diffstat (limited to 'webAO')
| -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); } } |
