Add masqr bs back to index.html

This commit is contained in:
MotorTruck1221 2024-03-09 02:09:15 -07:00
parent f7a49e47bf
commit c5e05997dd
No known key found for this signature in database
GPG key ID: 06901A625432AC21

View file

@ -29,13 +29,11 @@
)
window.location.href = window.location.href;
</script>
<!-- ONLY ENABLE IF USING MASQR!
<script>
if (!localStorage["auth"] && new URL(document.all.rcheck.href).password) {
window.location.reload();
localStorage["auth"] = 1;
}
</script>
-->
</body>
</html>