File tree 1 file changed +4
-2
lines changed 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ <h1 id="search-documentation">{{ _('Search') }}</h1>
10
10
words. Pages containing less words won't appear in the result
11
11
list.{% endtrans %} If you want to limit your search to working code examples,
12
12
include the keyword "codex" (mnemonic for < i > code example</ i > ) in your
13
- search, eg "codex ellipse";
13
+ search, eg "codex ellipse";
14
14
see < a href ="{{ pathto('faq/howto_faq.html#search-examples') }} "> search examples</ a > .
15
15
</ p >
16
16
< form action ="" method ="get ">
@@ -38,5 +38,7 @@ <h2>{{ _('Search Results') }}</h2>
38
38
{% endblock %}
39
39
{% block footer %}
40
40
{{ super() }}
41
- < script type ="text/javascript " src ="searchindex.js "> </ script >
41
+ < script type ="text/javascript ">
42
+ jQuery ( function ( ) { Search . loadIndex ( "searchindex.js" ) ; } ) ;
43
+ </ script >
42
44
{% endblock %}
You can’t perform that action at this time.
0 commit comments