fixed some issues

This commit is contained in:
2025-06-01 14:11:19 +02:00
parent 85bfd0f3ae
commit b9233136a7
2 changed files with 8 additions and 0 deletions

View File

@@ -704,6 +704,8 @@ window.sortFiles = sortFiles;
window.navigateToFile = navigateToFile;
window.showEmptyTrashModal = showEmptyTrashModal;
window.permanentDeleteFile = permanentDeleteFile;
window.toggleView = toggleView;
window.fetchFiles = fetchFiles;
// Initialize search functionality
document.addEventListener('DOMContentLoaded', function() {