mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
fix delete dialog
This commit is contained in:
parent
070d8f1218
commit
11ec36035c
1 changed files with 2 additions and 2 deletions
|
@ -104,7 +104,7 @@
|
|||
<input type="hidden" id="deleteFilenameInput" name="filename">
|
||||
</form>
|
||||
|
||||
<div class="modal.hide.fade" id="deleteConfirmModal" tabindex="-1" role="dialog" aria-labelledby="deleteConfirmModalLabel" aria-hidden="true">
|
||||
<div class="modal hide fade" id="deleteConfirmModal" tabindex="-1" role="dialog" aria-labelledby="deleteConfirmModalLabel" aria-hidden="true">
|
||||
<div class="modal-header">
|
||||
<button class="close" type="button" data-dismiss="modal" aria-hidden="true">x</button>
|
||||
<h3 id="deleteConfirmModalLabel">Confirm deletion</h3>
|
||||
|
@ -114,7 +114,7 @@
|
|||
</div>
|
||||
<div class="modal-footer">
|
||||
<button class="btn" data-dismiss="modal" aria-hidden="true">Cancel</button>
|
||||
<button class=".btn.btn-danger" onclick="fileDelete()">Delete</button>
|
||||
<button class="btn btn-danger" onclick="fileDelete()">Delete</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue