Fixes #16003: Enable cache busting on upgrade for setmode.js

This commit is contained in:
Jeremy Stretch 2024-05-07 10:42:50 -04:00
parent 9316f48a20
commit ccf32244d3
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
{# Initialize color mode #}
<script
type="text/javascript"
src="{% static 'setmode.js' %}"
src="{% static 'setmode.js' %}?v={{ settings.VERSION }}"
onerror="window.location='{% url 'media_failure' %}?filename=setmode.js'">
</script>
<script type="text/javascript">