mirror of
https://github.com/itflow-org/itflow
synced 2026-09-13 18:25:11 +00:00
Theme Fixes for adminlte 4
This commit is contained in:
@@ -2,7 +2,7 @@ $(document).ready(function () {
|
||||
$('.modal').each(function () {
|
||||
const modalId = `#${$(this).attr('id')}`;
|
||||
if (window.location.href.indexOf(modalId) !== -1) {
|
||||
$(modalId).modal('show');
|
||||
bootstrap.Modal.getOrCreateInstance($(modalId)[0]).show();
|
||||
}
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user