Merge remote-tracking branch 'upstream/master' into issue-4592
This commit is contained in:
commit
38b7283633
|
|
@ -340,6 +340,7 @@
|
|||
|
||||
'submitForm': function () {
|
||||
if (this.inputVal !== '') {
|
||||
$('input[name=term]').val(this.inputVal);
|
||||
$('#search-form').submit();
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue