Skip to content

Commit

Permalink
search.html: load language_data.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kmantel committed Nov 10, 2021
1 parent 3569113 commit 1930d10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions psyneulink_sphinx_theme/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
{% set script_files = script_files + ['_static/searchtools.js'] %}
{% block footer %}
<script type="text/javascript" src="{{ pathto('searchindex.js', 1) }}" defer></script>
<script type="text/javascript" src="{{ pathto('_static/language_data.js', 1) }}"></script>
{{ super() }}
{% endblock %}
{% block body %}
Expand Down

0 comments on commit 1930d10

Please sign in to comment.