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 02e84c6 commit 288a987Copy full SHA for 288a987
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