diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-06-16 20:58:02 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-06-16 20:58:02 +0200 |
commit | 8fcff426dee860d0840061d9aa5204d53c70016f (patch) | |
tree | c58117692a8f44d429d9e5c42f688a72d424b4c5 | |
parent | 8f51cabece4b49c27c5bd7542837e47f8da3afed (diff) | |
download | Chimère-8fcff426dee860d0840061d9aa5204d53c70016f.tar.bz2 Chimère-8fcff426dee860d0840061d9aa5204d53c70016f.zip |
Search: enable by default search button
-rw-r--r-- | chimere/templates/search/search.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/templates/search/search.html b/chimere/templates/search/search.html index b78cc1d..ab3e61e 100644 --- a/chimere/templates/search/search.html +++ b/chimere/templates/search/search.html @@ -30,7 +30,7 @@ var end_do_you_mean = "{% trans '?' %}"; {% else %} <form id='search-form' class='autocomplete-me'> <input type="text" id="id_q" name="q" autocomplete="off"/> - <button name='haystack-search' id='haystack-search' type='button' disabled='disabled' class="btn btn-default"><span class='action-label'>{% trans "Search" %} </span><span class="glyphicon glyphicon-search"></span></button> + <button name='haystack-search' id='haystack-search' type='button' class="btn btn-default"><span class='action-label'>{% trans "Search" %} </span><span class="glyphicon glyphicon-search"></span></button> </form> <div id='spelling'></div> <div id='search-result'></div> |