Prevents form from submitting
Only the category form prevented submitting, the full site-search didn't. Changed the class so it includes both forms :)
This commit is contained in:
parent
33d09d718e
commit
6a26077151
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@
|
|||
$("div.row.search-results").hide();
|
||||
}
|
||||
});
|
||||
$("form.search").submit(function(e){
|
||||
$("form.navbar-form").submit(function(e){
|
||||
e.preventDefault();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue