Search Issue Fixed
This commit is contained in:
parent
1efb44c947
commit
7302bdc08e
|
|
@ -340,6 +340,7 @@
|
|||
|
||||
'submitForm': function () {
|
||||
if (this.inputVal !== '') {
|
||||
$('input[name=term]').val(this.inputVal);
|
||||
$('#search-form').submit();
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue