1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

added banner to the gallery

This commit is contained in:
Luke Pulverenti 2013-04-15 21:15:34 -04:00
parent 2b53479479
commit 4ebe92f997
2 changed files with 7 additions and 4 deletions

View file

@ -93,9 +93,7 @@
function renderGallery(page, item) {
var html = '';
html += LibraryBrowser.getGalleryHtml(item);
var html = LibraryBrowser.getGalleryHtml(item);
$('#galleryContent', page).html(html).trigger('create');
}