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

added sync to the tour

This commit is contained in:
Luke Pulverenti 2015-02-11 15:23:07 -05:00
parent 959ef85476
commit ecc85d1841
4 changed files with 4 additions and 2 deletions

View file

@ -1257,7 +1257,7 @@ $(document).on('pagebeforeshow', "#dashboardPage", DashboardPage.onPageShow)
(function ($, document, window) {
var welcomeDismissValue = '10';
var welcomeDismissValue = '11';
var welcomeTourKey = 'welcomeTour';
function dismissWelcome(page, userId) {
@ -1303,6 +1303,7 @@ $(document).on('pagebeforeshow', "#dashboardPage", DashboardPage.onPageShow)
{ 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/sync.png', title: Globalize.translate('DashboardTourSync') },
{ href: 'css/images/tour/dashboard/cinemamode.png', title: Globalize.translate('DashboardTourCinemaMode') },
{ href: 'css/images/tour/dashboard/chapters.png', title: Globalize.translate('DashboardTourChapters') },
{ href: 'css/images/tour/dashboard/subtitles.png', title: Globalize.translate('DashboardTourSubtitles') },