We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf30f37 commit cf79f10Copy full SHA for cf79f10
doc/_templates/search.html
@@ -38,7 +38,5 @@ <h2>{{ _('Search Results') }}</h2>
38
{% endblock %}
39
{% block footer %}
40
{{ super() }}
41
-<script type="text/javascript">
42
- jQuery(function() { Search.loadIndex("searchindex.js"); });
43
-</script>
+ <script type="text/javascript" src="{{ pathto('searchindex.js', 1) }}" defer></script>
44
0 commit comments