Skip to content

Commit

Permalink
auto redirect so i don't have to deal with tech support so much
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedDiscord authored Sep 16, 2023
1 parent 8b013ed commit 3f6eff1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webAO/master.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

Expand Down

0 comments on commit 3f6eff1

Please sign in to comment.