From b0cd31a0cbd6e758983ed145411af895f2613157 Mon Sep 17 00:00:00 2001 From: awsr <43862868+awsr@users.noreply.github.com> Date: Tue, 27 Jan 2026 13:29:48 -0800 Subject: [PATCH] Formatting and names --- javascript/gallery.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/javascript/gallery.js b/javascript/gallery.js index 0f431e18c..121129c60 100644 --- a/javascript/gallery.js +++ b/javascript/gallery.js @@ -1022,7 +1022,7 @@ async function thumbCacheCleanup(folder, imgCount, controller, force = false) { }); } -function clearGalleryFolderCache(evt) { +function folderCleanupRunner(evt) { evt.preventDefault(); evt.stopPropagation(); if (!currentGalleryFolder) return; @@ -1045,9 +1045,9 @@ function addCacheClearLabel() { // Don't use async div.style.marginBlock = '0.75rem'; const span = document.createElement('span'); - span.style.cssText = 'font-weight:bold; text-decoration:underline; cursor:pointer; color:var(--color-blue); user-select: none;'; + span.style.cssText = 'font-weight: bold; text-decoration: underline; cursor: pointer; color: var(--color-blue); user-select: none;'; span.innerText = '