Search Issue Fixed

This commit is contained in:
devansh bawari 2021-02-12 10:29:48 +05:30
parent 1efb44c947
commit 7302bdc08e
1 changed files with 1 additions and 0 deletions

View File

@ -340,6 +340,7 @@
'submitForm': function () {
if (this.inputVal !== '') {
$('input[name=term]').val(this.inputVal);
$('#search-form').submit();
}
},