diff --git a/javascript/gallery.js b/javascript/gallery.js index 88a21c1a8..1e70f09c3 100644 --- a/javascript/gallery.js +++ b/javascript/gallery.js @@ -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");