Fixed handling of 4xx status codes when using instant loading

This commit is contained in:
squidfunk
2022-05-07 09:22:05 +02:00
parent 684acdcc78
commit 8beda2bfe1
14 changed files with 81 additions and 63 deletions

View File

@@ -214,7 +214,7 @@
</script>
{% endblock %}
{% block scripts %}
<script src="{{ 'assets/javascripts/bundle.ed9748b7.min.js' | url }}"></script>
<script src="{{ 'assets/javascripts/bundle.c2e1ee47.min.js' | url }}"></script>
{% for path in config["extra_javascript"] %}
<script src="{{ path | url }}"></script>
{% endfor %}