mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 18:21:29 +00:00
+ last fix in the suggestion bug (with click)
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
cache: false,
|
||||
|
||||
select: function(event, ui) {
|
||||
$( "#kiwixsearchform" ).attr('value', ui.item.value);
|
||||
$( "#kiwixsearchform" ).val(ui.item.value);
|
||||
$( "#kiwixsearchform" ).submit();
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user