updated tvdb search
This commit is contained in:
@@ -1234,6 +1234,9 @@
|
||||
if (options.coverImage) {
|
||||
imageCssClass += " coveredCardImage";
|
||||
}
|
||||
if (options.centerImage) {
|
||||
imageCssClass += " centeredCardImage";
|
||||
}
|
||||
|
||||
var dataSrc = "";
|
||||
|
||||
|
||||
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user