Thanks to visit codestin.com Credit goes to github.com
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.
2 parents cf30f37 + cf79f10 commit 2ddd1c6Copy full SHA for 2ddd1c6
1 file changed
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