mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-30 17:46:21 -04:00
Fixed handling of 4xx status codes when using instant loading
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user