Skip to content
Snippets Groups Projects
Commit e4984061 authored by malthefogsporring's avatar malthefogsporring
Browse files

Fix issue where search bar was not showing on online docs.

parent dee5844f
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,9 @@ ...@@ -3,8 +3,9 @@
<!--Sets search to basic MkDocs search--> <!--Sets search to basic MkDocs search-->
{% block config %} {% block config %}
{{ super() }}
<script> <script>
var search = { var __search = {
transform: function(query) { transform: function(query) {
return query return query
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment