mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
+ new trial to fix the bug with the failing onclick on the kiwiwx-serve suggestion list
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
cache: false,
|
||||
|
||||
select: function(event, ui) {
|
||||
$( "#kiwixsearchform" ).val(ui.item.value);
|
||||
$( "#kiwixsearchbox" ).val(ui.item.value);
|
||||
$( "#kiwixsearchform" ).submit();
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user