mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
search hint fixes
This commit is contained in:
parent
5005e0d448
commit
6659d6ee79
2 changed files with 10 additions and 10 deletions
|
@ -253,5 +253,13 @@
|
|||
}
|
||||
|
||||
window.Search = new search();
|
||||
|
||||
$(document).on('pagehide', ".page", function () {
|
||||
|
||||
hideFlyout(this);
|
||||
|
||||
$('#txtSearch', this).val('');
|
||||
});
|
||||
|
||||
|
||||
})(jQuery, document, window, clearTimeout, setTimeout);
|
Loading…
Add table
Add a link
Reference in a new issue