action button fix

This commit is contained in:
Ryan
2025-03-07 05:40:32 -05:00
committed by GitHub
parent 05f53bf8ca
commit 12e0acf5bd

View File

@@ -39,10 +39,10 @@ document.addEventListener("DOMContentLoaded", function () {
// Initialize authentication and user management.
initAuth();
window.currentFolder = window.currentFolder || "root";
window.updateFileActionButtons = updateFileActionButtons;
loadFileList(window.currentFolder);
loadCopyMoveFolderList();
initFileActions();
initUpload();
loadFolderList();
updateFileActionButtons();
});