diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-12-15 09:00:23 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-12-15 09:00:23 +0100 |
| commit | aa7cb18b17dc169c0b1134bfa61fe3f7809c0f1f (patch) | |
| tree | 8d8fc28906d3d53790cf68250b613f0c27be42f8 /static/index.js | |
| parent | 7e340dacafb3b0758cc4641e4ab2630b04177bab (diff) | |
frontent: add date handling
Diffstat (limited to 'static/index.js')
| -rw-r--r-- | static/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/index.js b/static/index.js index 338d636..74386a1 100644 --- a/static/index.js +++ b/static/index.js @@ -26,6 +26,8 @@ const reload = () => { for (const image of images) { image_viewer.add(image); } + + image_viewer.preload_all(); }); } |