Skip to content

Commit

Permalink
Update admin.html
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebe-leong committed Sep 24, 2024
1 parent e105298 commit c535e0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ <h3>Admin Page</h3><br>
<label>Enter post ids to unpin, separated by commas</label><br>
<input type="text" id="pinRemove"><br><br>

<button onclick="nuke()">Delete all posts</button>
<button onclick="applyChanges()">Apply Changes</button>
<button onclick="await nuke()">Delete all posts</button>
<button onclick="await applyChanges()">Apply Changes</button>

<p id="version">BubbleNet version 2 <a href="https://github.com/phoebe-leong/bubblenet/releases" target="_blank">[see version history]</a></p>
</div>
Expand Down

0 comments on commit c535e0e

Please sign in to comment.