mirror of
https://github.com/placeholder-soft/prodigyapi.git
synced 2026-04-23 19:40:21 +08:00
Updates search field markup and style
Signed-off-by: Christopher Rogers <chrissrogers@gmail.com>
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
}
|
||||
|
||||
function bind () {
|
||||
$('#search').on('keyup', function () {
|
||||
$('#input-search').on('keyup', function () {
|
||||
if (this.value) {
|
||||
var items = index.search(this.value);
|
||||
$('section, #toc .tocify-item').hide();
|
||||
|
||||
Reference in New Issue
Block a user