startpage search script should show results on the top

This commit is contained in:
Evgeny
2023-01-28 16:10:38 +04:00
parent e4079a43e0
commit 67a3b2444a

View File

@@ -33,7 +33,7 @@ function show(result)
table.insert(results, v.text) table.insert(results, v.text)
end end
search:show(results) search:show_top(results)
end end
function on_click(idx) function on_click(idx)