Replace redundent code for obtain the advanced search form

This commit is contained in:
Kyle Huynh 2022-01-26 21:06:32 +00:00
parent 2bacdf7b52
commit 17274d141e

View file

@ -114,7 +114,7 @@
if (e.keyCode == 13) {
// Cancel the default action on keypress event
e.preventDefault();
$('form#advanced-search-form').submit();
$form.submit();
}
});
});