Update index.html
This commit is contained in:
parent
dd8fd0fffb
commit
c06f1cb6e6
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user