recherche
This commit is contained in:
parent
d55a993cfd
commit
14b08cf87d
@ -312,3 +312,11 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
:javascript
|
||||||
|
$('.qi_search_row form input').keypress(function (e) {
|
||||||
|
if (e.which == 13) {
|
||||||
|
$(this).closest('form').submit();
|
||||||
|
|
||||||
|
return false; //<---- Add this line
|
||||||
|
}
|
||||||
|
});
|
Loading…
x
Reference in New Issue
Block a user