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

@@ -967,7 +967,7 @@ $num_root_items = intval($row_root_files['num']) + intval($row_root_docs['num'])
function openModal(index) {
currentIndex = index;
updateModalContent();
$('#viewFileModal').modal('show');
bootstrap.Modal.getOrCreateInstance(document.getElementById('viewFileModal')).show();
}
function updateModalContent() {