Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Issue #571. Update homepage search form action.
  • Loading branch information
Mike Taylor committed Oct 1, 2015
commit 956aba9d371484d856df359d66750d3b55fbbb5a
4 changes: 2 additions & 2 deletions webcompat/templates/topbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
</div>
</div>
</div>
<form class="wc-SearchBar-face wc-SearchBar-face--back" method="post" action="#">
<form class="wc-SearchBar-face wc-SearchBar-face--back" method="get" action="/issues">
<div class="wc-SearchBar-icon" ara-hidden="true">
<span class="wc-Navbar-link-icon wc-Icon wc-Icon--search" aria-hidden="true"></span>
</div>
<input class="wc-SearchBar-input" autofocus name="query" placeholder="Search by keyword"/>
<input class="wc-SearchBar-input" autofocus name="q" placeholder="Search by keyword"/>
<button class="r-ResetButton wc-SearchBar-icon wc-SearchBar-icon--button js-SearchBarClose" ara-hidden="true">
<span class="wc-Icon wc-Icon--times"></span>
</button>
Expand Down