mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated nuget
This commit is contained in:
parent
cf42a066a9
commit
d8a7a9ff37
6 changed files with 7 additions and 13 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue