remove footer on modal dialog, I think its dumb
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user