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 55802ee + 4bed3f6 commit 3608411Copy full SHA for 3608411
1 file changed
doc/_templates/search.html
@@ -41,7 +41,5 @@ <h2>{{ _('Search Results') }}</h2>
41
{% endblock %}
42
{% block footer %}
43
{{ super() }}
44
-<script type="text/javascript">
45
- jQuery(function() { Search.loadIndex("searchindex.js"); });
46
-</script>
+ <script type="text/javascript" src="{{ pathto('searchindex.js', 1) }}" defer></script>
47
0 commit comments