remove footer on modal dialog, I think its dumb

This commit is contained in:
2021-01-06 23:25:04 +11:00
parent d43dabff9b
commit 024a2a12a1

View File

@@ -15,7 +15,6 @@
</head>
<body>
<!-- Modal Dialog Box, jquery used to show / set content -->
<div id="dbox" class="modal fade" tabindex="-1" role="dialog">
<div class="modal-dialog mw-100 w-100">
@@ -32,9 +31,6 @@
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>