Add function documentation

This commit is contained in:
awsr
2025-11-22 15:53:13 -08:00
parent 538cad1aad
commit 1b4bdda3a2
+4
View File
@@ -693,6 +693,10 @@ async function setOverlayAnimation() {
document.head.append(busyAnimation);
}
/**
* Generate and display the overlay to announce cleanup is in progress.
* @returns {() => void} Function for clearing the overlay
*/
function showCleaningMsg() {
const parent = el.folders.parentElement;
const cleaningOverlay = document.createElement("div");