Remove btn-default

This commit is contained in:
Oliver
2021-10-28 19:57:17 +11:00
parent b1cdcdf0b8
commit 2778ff55da
34 changed files with 77 additions and 68 deletions
+2 -1
View File
@@ -564,7 +564,8 @@ function insertConfirmButton(options) {
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" id="modal-confirm">
<label class="form-check-label" for="modal-confirm">${message}</label>
</div>`;
</div>
`;
$(options.modal).find('#modal-footer-buttons').append(html);