Skip to content

Commit

Permalink
Merge pull request #68 from patrickhener/fix-bug
Browse files Browse the repository at this point in the history
fix the bulk delete button #66
  • Loading branch information
patrickhener authored Jul 5, 2024
2 parents 73274a0 + 9892336 commit 0b9776a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpserver/static/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ <h1>Upload File</h1>
</form>
</div>
<div class="col">
<button class="btn btn-primary" id="bulkDelete" onclick="bulkDelete()">Delete Selected</button>
<button class="btn btn-primary" id="bulkDelete" onclick="bulkDelete()" style="display:none">Delete Selected</button>
</div>
</div>
</div>
Expand Down

0 comments on commit 0b9776a

Please sign in to comment.