Add clear all local storage button

This commit is contained in:
PrestonT500 2024-09-20 13:24:11 -07:00
parent 7a9ece2399
commit 5923439441

View File

@ -22,8 +22,6 @@
<a href="https://discord.gg/czV7M8JXXM" class="dsc-btn" target="_blank">Discord Server</a>
<p>Scroll down to the bottom for buttons/links.</p>
<a onclick="localStorage.clear();" class="clr-btn">Reset All Local Data</a>
<h2 class="pick-client">Pick a Client:</h2>
<label for="mobileCheckbox">Mobile Checkbox</label>
@ -65,6 +63,8 @@
<a class="version-link filter-button" href="/eagler-files/mobile/1.5.2/EaglerPocketMobile/index.html"><button>EaglerPocketMobile 1.5.2</button></a>
</div>
<h3>DANGER ZONE</h3>
<a onclick="localStorage.clear();" class="clr-btn">Reset All Local Data</a>
<script src="js/mobilecheck.js"></script>
<script src="js/searchbar.js"></script>