Cache-Buster für script.js (v=2)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -118,7 +118,7 @@
|
|||||||
window.initialImageIndex = {{ current_index if current_index is not none else -1 }};
|
window.initialImageIndex = {{ current_index if current_index is not none else -1 }};
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
<script src="/static/script.js"></script>
|
<script src="/static/script.js?v=2"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user