diff --git a/templates/index.html b/templates/index.html index 1299311..fc1a820 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,7 +6,7 @@
-Shounic's un-styled ultra-ugly gambling site
+Loading...
Click the button to claim unclaimed points
@@ -55,12 +55,13 @@ } // Warn EU users that this website is not GDPR-compliant (in the EU) - if (isUserInEU()) { - if (!confirm("This website is not GDPR compliant in the EU (it is in the UK). It is compliant with every clause except the location one. If you use this service from within the EU, you are doing so at your own risk. Do you want to continue?")) { - // Redirect the user to the EU website (haha) - window.location.href = "https://europa.eu/" - } - } + // I don't think we actually need to do this + // if (isUserInEU()) { + // if (!confirm("This website is not GDPR compliant in the EU (it is in the UK). It is compliant with every clause except the location one. If you use this service from within the EU, you are doing so at your own risk. Do you want to continue?")) { + // // Redirect the user to the EU website (haha) + // window.location.href = "https://europa.eu/" + // } + // } await fetch("/api/loggedIn", { method: "GET",