Skip to content
This repository has been archived by the owner on Oct 7, 2019. It is now read-only.

Commit

Permalink
Try to override the search form, so that RTD's JS doesn't mess it up.
Browse files Browse the repository at this point in the history
  • Loading branch information
ergonlogic committed May 24, 2016
1 parent 6a240ee commit 3a44eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_theme/searchbox.html
@@ -1,5 +1,5 @@
<div role="search">
<form id ="rtd-search-form" class="wy-form" action="{{ base_url }}/search.html" method="get">
<form id ="rtd-search-form-alt" class="wy-form" action="{{ base_url }}/search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
</form>
</div>

0 comments on commit 3a44eec

Please sign in to comment.