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

updated nuget

This commit is contained in:
Luke Pulverenti 2015-06-28 22:05:46 -04:00
parent cf42a066a9
commit d8a7a9ff37
6 changed files with 7 additions and 13 deletions

View file

@ -804,7 +804,7 @@
function updateBackButton(page) {
var canGoBack = backStack.length > 0 && page.classList.contains('itemDetailPage');
var canGoBack = backStack.length > 0 && !page.classList.contains('homePage');
$('.headerBackButton').visible(canGoBack);