bingus
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dalm 2022-04-18 00:27:20 +01:00
parent 0f748766cd
commit a18e9ec700
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ let IsAdult = localStorage.getItem('adult');
///sends you to the redirect page if it's not 1 ///sends you to the redirect page if it's not 1
if (IsAdult !== '1') { if (IsAdult !== '1') {
window.location = "18redirect.html"; window.location = "https://hexbomb.gay/18redirect.html";
} }
console.log(IsAdult) console.log(IsAdult)