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.
1 parent 233da3d commit 4879760Copy full SHA for 4879760
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