fix: force cache refresh for script.js
This commit is contained in:
parent
f336b25f13
commit
aef65858eb
1 changed files with 1 additions and 1 deletions
|
|
@ -563,7 +563,7 @@
|
|||
<div id="popup-body" class="popup-body"></div>
|
||||
</div>
|
||||
</div>
|
||||
<script type="module" src="{{ url_for('static', filename='script.js') }}"></script>
|
||||
<script type="module" src="{{ url_for('static', filename='script.js') }}?v={{ range(1, 10000) | random }}"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Reference in a new issue