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.
|
// Initialize authentication and user management.
|
||||||
initAuth();
|
initAuth();
|
||||||
window.currentFolder = window.currentFolder || "root";
|
window.currentFolder = window.currentFolder || "root";
|
||||||
|
window.updateFileActionButtons = updateFileActionButtons;
|
||||||
loadFileList(window.currentFolder);
|
loadFileList(window.currentFolder);
|
||||||
loadCopyMoveFolderList();
|
loadCopyMoveFolderList();
|
||||||
initFileActions();
|
initFileActions();
|
||||||
initUpload();
|
initUpload();
|
||||||
loadFolderList();
|
loadFolderList();
|
||||||
updateFileActionButtons();
|
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user