mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated tvdb search
This commit is contained in:
parent
6cfbfd9959
commit
19374a0bb2
6 changed files with 15 additions and 3 deletions
|
@ -358,6 +358,7 @@
|
|||
overlayText: false,
|
||||
showTitle: true,
|
||||
coverImage: true,
|
||||
centerImage: true,
|
||||
textLines: getAdditionalTextLines
|
||||
});
|
||||
$('.itemsContainer', elem).html(html).lazyChildren();
|
||||
|
@ -418,11 +419,13 @@
|
|||
if (val) {
|
||||
$('.btnCloseSearch').show();
|
||||
updateSearchOverlay(getSearchOverlay(true).fadeIn('fast'), val);
|
||||
$(document.body).addClass('bodyWithPopupOpen');
|
||||
|
||||
} else {
|
||||
|
||||
$('.btnCloseSearch').hide();
|
||||
updateSearchOverlay(getSearchOverlay(false).fadeOut('fast'), val);
|
||||
$(document.body).removeClass('bodyWithPopupOpen');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue