mirror of
https://github.com/itflow-org/itflow
synced 2026-09-19 21:25:13 +00:00
Theme Fixes for adminlte 4
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user