Update index.html

This commit is contained in:
Preston 2024-09-27 14:58:41 -07:00 committed by GitHub
parent dd8fd0fffb
commit c06f1cb6e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -87,12 +87,12 @@
</div>
<h3>DANGER ZONE</h3>
<a onclick="openClrModal();" class="clr-btn">Reset All Local Data</a>
<a onclick="openClrModal();" class="clr-btn">Reset All Site Local Storage</a>
<div id="clr-data-model" class="modal">
<div class="modal-content">
<h2>DANGER ZONE</h2>
<p>Are you sure you want to clear all your local data</p>
<p>Are you sure you want to clear all your site local storage</p>
<button onclick="localStorage.clear(); location.reload();">Yes</button>
<button class="cancel-btn" onclick="closeClrModal()">Cancel</button>
</div>