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

adjusted unc message and supporter icon on every page

This commit is contained in:
Luke Pulverenti 2013-05-19 22:45:04 -04:00
parent 0b6e04190c
commit 98a9864097
5 changed files with 41 additions and 38 deletions

View file

@ -526,6 +526,8 @@
$('#themeSongsCollapsible', page).show();
$('#themeSongsContent', page).html(LibraryBrowser.getSongTableHtml(result.Items, { showArtist: true, showAlbum: true })).trigger('create');
} else {
$('#themeSongsCollapsible', page).hide();
}
});
@ -539,6 +541,8 @@
$('#themeVideosCollapsible', page).show();
$('#themeVideosContent', page).html(getVideosHtml(result.Items)).trigger('create');
} else {
$('#themeVideosCollapsible', page).hide();
}
});