mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-24 04:20:56 -04:00
+ last fix in the suggestion bug (with click)
This commit is contained in:
parent
75d37ade43
commit
7c87d15c14
@ -7,7 +7,7 @@
|
|||||||
cache: false,
|
cache: false,
|
||||||
|
|
||||||
select: function(event, ui) {
|
select: function(event, ui) {
|
||||||
$( "#kiwixsearchform" ).attr('value', ui.item.value);
|
$( "#kiwixsearchform" ).val(ui.item.value);
|
||||||
$( "#kiwixsearchform" ).submit();
|
$( "#kiwixsearchform" ).submit();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user