convert search to GET and make it all AJAX

This commit is contained in:
Oliver Gorwits
2012-01-07 04:00:55 +00:00
parent 3f500de477
commit 427a759c53
3 changed files with 48 additions and 43 deletions

View File

@@ -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">