From 8bf7fb50edad9403f86eb7c4a46d62ae1496b30b Mon Sep 17 00:00:00 2001 From: awsr <43862868+awsr@users.noreply.github.com> Date: Thu, 27 Nov 2025 20:27:47 -0800 Subject: [PATCH] Restore accidental line deletion --- javascript/gallery.js | 1 + 1 file changed, 1 insertion(+) diff --git a/javascript/gallery.js b/javascript/gallery.js index ca1e524d5..d20e82284 100644 --- a/javascript/gallery.js +++ b/javascript/gallery.js @@ -677,6 +677,7 @@ async function fetchFilesHT(evt) { const t1 = performance.now(); log(`gallery: folder=${evt.target.name} num=${numFiles} time=${Math.floor(t1 - t0)}ms`); updateStatusWithSort(`Folder: ${evt.target.name} | ${numFiles.toLocaleString()} images | ${Math.floor(t1 - t0).toLocaleString()}ms`); + addSeparators(); thumbCacheCleanup(evt.target.name, numFiles); }