Skip to content

Commit

Permalink
Remove cache technique on base template
Browse files Browse the repository at this point in the history
  • Loading branch information
jondricek committed Aug 29, 2024
1 parent 00b1325 commit d8aad19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions attack-theme/templates/general/base-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@
<script src="/theme/scripts/popper.min.js"></script>
<script src="/theme/scripts/bootstrap-select.min.js"></script>
<script src="/theme/scripts/bootstrap.bundle.min.js"></script>
<script src="/theme/scripts/site.js?{{ range(1, 9002) | random }}"></script>
<script src="/theme/scripts/settings.js?{{ range(1, 9002) | random }}"></script>
<script src="/theme/scripts/site.js"></script>
<script src="/theme/scripts/settings.js"></script>
<script src="/theme/scripts/search_bundle.js"></script>
{% endblock %}
</body>
Expand Down

0 comments on commit d8aad19

Please sign in to comment.