Cache-Buster für script.js (v=2)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-25 21:01:37 +02:00
parent 4cd8a63a3d
commit 83fdce80c7

View File

@@ -118,7 +118,7 @@
window.initialImageIndex = {{ current_index if current_index is not none else -1 }};
})();
</script>
<script src="/static/script.js"></script>
<script src="/static/script.js?v=2"></script>
</body>
</html>