mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
added optional SeasonUserData
This commit is contained in:
parent
ea66c9a08c
commit
f2d233ca1e
BIN
dashboard-ui/css/images/tour/dashboard/help.png
Normal file
BIN
dashboard-ui/css/images/tour/dashboard/help.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
@ -1249,7 +1249,7 @@ $(document).on('pagebeforeshow', "#dashboardPage", DashboardPage.onPageShow)
|
||||
|
||||
(function ($, document, window) {
|
||||
|
||||
var welcomeDismissValue = '7';
|
||||
var welcomeDismissValue = '8';
|
||||
var welcomeTourKey = 'welcomeTour';
|
||||
|
||||
function dismissWelcome(page, userId) {
|
||||
@ -1281,6 +1281,7 @@ $(document).on('pagebeforeshow', "#dashboardPage", DashboardPage.onPageShow)
|
||||
|
||||
$.swipebox([
|
||||
{ href: 'css/images/tour/dashboard/dashboard.png', title: Globalize.translate('DashboardTourDashboard') },
|
||||
{ href: 'css/images/tour/dashboard/help.png', title: Globalize.translate('DashboardTourHelp') },
|
||||
{ href: 'css/images/tour/dashboard/users.png', title: Globalize.translate('DashboardTourUsers') },
|
||||
{ href: 'css/images/tour/dashboard/cinemamode.png', title: Globalize.translate('DashboardTourCinemaMode') },
|
||||
{ href: 'css/images/tour/dashboard/chapters.png', title: Globalize.translate('DashboardTourChapters') },
|
||||
|
Loading…
Reference in New Issue
Block a user