action button fix
This commit is contained in:
2
main.js
2
main.js
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user