mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix search hide
This commit is contained in:
parent
301fd258bb
commit
6a9accf68f
2 changed files with 1 additions and 2 deletions
|
@ -215,7 +215,7 @@
|
|||
});
|
||||
}
|
||||
|
||||
$(document).on('pagecontainerbeforehide', closeSearchResults);
|
||||
document.addEventListener('pagebeforehide', closeSearchResults);
|
||||
|
||||
document.addEventListener('headercreated', function () {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue