From a18e9ec7005d598a5781cb460b578fae49d2115b Mon Sep 17 00:00:00 2001 From: Dalm Date: Mon, 18 Apr 2022 00:27:20 +0100 Subject: [PATCH] bingus --- js/adultcheck.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/adultcheck.js b/js/adultcheck.js index a78f986..d68ee7c 100644 --- a/js/adultcheck.js +++ b/js/adultcheck.js @@ -9,7 +9,7 @@ let IsAdult = localStorage.getItem('adult'); ///sends you to the redirect page if it's not 1 if (IsAdult !== '1') { - window.location = "18redirect.html"; + window.location = "https://hexbomb.gay/18redirect.html"; } console.log(IsAdult)