mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 12:04:39 +08:00
docs: Remove some jquery leftovers
This commit is contained in:
parent
e3b1d327f1
commit
b3ff982ad7
|
@ -14,7 +14,7 @@
|
|||
{%- macro searchbox() %}
|
||||
{# modified from sphinx/themes/basic/searchbox.html #}
|
||||
{%- if builder != "htmlhelp" %}
|
||||
<div class="inline-search" style="display: none" role="search">
|
||||
<div class="inline-search" role="search">
|
||||
<form class="inline-search" action="{{ pathto('search') }}" method="get">
|
||||
<input placeholder="{{ _('Quick search') }}" type="text" name="q" />
|
||||
<input type="submit" value="{{ _('Go') }}" />
|
||||
|
@ -22,7 +22,6 @@
|
|||
<input type="hidden" name="area" value="default" />
|
||||
</form>
|
||||
</div>
|
||||
<script type="text/javascript">$('.inline-search').show(0);</script>
|
||||
{%- endif %}
|
||||
{%- endmacro %}
|
||||
|
||||
|
@ -119,5 +118,4 @@
|
|||
}
|
||||
})();
|
||||
</script>
|
||||
<script defer type="text/javascript" src="/docs/shared/script.js"></script>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user