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

@ -539,7 +539,7 @@
}
}
var homePageDismissValue = '4';
var homePageDismissValue = '5';
var homePageTourKey = 'homePageTour';
function dismissWelcome(page, userId) {
@ -579,6 +579,7 @@
{ href: 'css/images/tour/web/tourmovies.jpg', title: Globalize.translate('WebClientTourMovies') },
{ href: 'css/images/tour/web/tourmouseover.jpg', title: Globalize.translate('WebClientTourMouseOver') },
{ href: 'css/images/tour/web/tourtaphold.jpg', title: Globalize.translate('WebClientTourTapHold') },
{ href: 'css/images/tour/web/tourmysync.png', title: Globalize.translate('WebClientTourMySync') },
{ href: 'css/images/tour/web/toureditor.png', title: Globalize.translate('WebClientTourMetadataManager') },
{ href: 'css/images/tour/web/tourplaylist.png', title: Globalize.translate('WebClientTourPlaylists') },
{ href: 'css/images/tour/web/tourcollections.jpg', title: Globalize.translate('WebClientTourCollections') },