mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update search
This commit is contained in:
parent
036319e68b
commit
0f0c5850a8
3 changed files with 50 additions and 9 deletions
|
@ -176,10 +176,6 @@
|
|||
loadSuggestions(view);
|
||||
}
|
||||
|
||||
view.addEventListener('viewshow', function () {
|
||||
focusManager.focus(view.querySelector('.txtSearch'));
|
||||
});
|
||||
|
||||
view.querySelector('.txtSearch').addEventListener('input', function () {
|
||||
onSearchChange(this.value);
|
||||
});
|
||||
|
|
|
@ -2896,8 +2896,8 @@ var AppInfo = {};
|
|||
defineRoute({
|
||||
path: '/search.html',
|
||||
dependencies: [],
|
||||
autoFocus: false,
|
||||
controller: 'scripts/searchpage'
|
||||
controller: 'scripts/searchpage',
|
||||
transition: 'slidedown'
|
||||
});
|
||||
|
||||
defineRoute({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue