fix bootstrap
Deploy / deploy (push) Successful in 38s

This commit is contained in:
2026-05-08 00:45:58 +02:00
parent 0f31606d30
commit 483356420e
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -1004,7 +1004,8 @@ function populateDocTeamFilter() {
function renderDocuments() {
const container = document.getElementById('documentContainer');
if (!container) return;
if (!container) { console.error('documentContainer not found'); return; }
console.log('renderDocuments called, documents count:', documents.length);
const teamFilter = document.getElementById('docTeamFilter').value;
const typeFilter = document.getElementById('docTypeFilter').value;
const search = document.getElementById('searchDocs').value.toLowerCase();
+1
View File
@@ -141,6 +141,7 @@
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="documents" role="tabpanel">
<div class="row mb-3">
<div class="col-md-6">