convert search to GET and make it all AJAX
This commit is contained in:
@@ -55,8 +55,7 @@
|
||||
</li> <!-- /dropdown -->
|
||||
[% END %]
|
||||
</ul>
|
||||
<form method="post" action="/search">
|
||||
<input name="from_navbar" value="1" type="hidden"/>
|
||||
<form method="get" action="/search">
|
||||
<input placeholder="Search" class="span5" name="q" type="text"/>
|
||||
</form>
|
||||
<ul class="nav secondary-nav">
|
||||
|
||||
Reference in New Issue
Block a user