mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
sync updates
This commit is contained in:
parent
9aaa5a1f2d
commit
12e5298463
2 changed files with 24 additions and 0 deletions
|
@ -459,6 +459,11 @@
|
|||
});
|
||||
|
||||
$('.btnCloseSearch').on('click', closeSearchOverlay);
|
||||
|
||||
$('.viewMenuSearchForm').on('submit', function () {
|
||||
|
||||
return false;
|
||||
});
|
||||
}
|
||||
|
||||
function closeSearchOverlay() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue