Merge remote-tracking branch 'upstream/master' into issue-4592

This commit is contained in:
devansh bawari 2021-02-12 15:30:49 +05:30
commit 38b7283633
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();
}
},