Theme Fixes for adminlte 4

This commit is contained in:
johnnyq
2026-08-14 14:11:13 -04:00
parent e6da3fd0e3
commit 0fe6d51bdb
12 changed files with 200 additions and 35 deletions

View File

@@ -8,7 +8,7 @@ $(document).ready(function() {
var linkReference = this;
// Show the confirmation modal
$("#confirmationModal").modal('show');
bootstrap.Modal.getOrCreateInstance(document.getElementById('confirmationModal')).show();
// When the submission is confirmed via the modal
$("#confirmSubmitBtn").off('click').on('click', function() {