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

added mobile tour page

This commit is contained in:
Luke Pulverenti 2014-10-04 14:12:31 -04:00
parent b359b3d22e
commit e53b184e77
2 changed files with 2 additions and 1 deletions

View file

@ -1246,7 +1246,7 @@ $(document).on('pagebeforeshow', "#dashboardPage", DashboardPage.onPageShow)
(function ($, document, window) {
var welcomeDismissValue = '6';
var welcomeDismissValue = '7';
var welcomeTourKey = 'welcomeTour';
function dismissWelcome(page, userId) {
@ -1285,6 +1285,7 @@ $(document).on('pagebeforeshow', "#dashboardPage", DashboardPage.onPageShow)
{ href: 'css/images/tour/dashboard/plugins.png', title: Globalize.translate('DashboardTourPlugins') },
{ href: 'css/images/tour/dashboard/notifications.png', title: Globalize.translate('DashboardTourNotifications') },
{ href: 'css/images/tour/dashboard/scheduledtasks.png', title: Globalize.translate('DashboardTourScheduledTasks') },
{ href: 'css/images/tour/dashboard/mobile.png', title: Globalize.translate('DashboardTourMobile') },
{ href: 'css/images/tour/enjoy.jpg', title: Globalize.translate('MessageEnjoyYourStay') }
], {
afterClose: function () {