diff --git a/dashboard-ui/css/images/tour/dashboard/mobile.png b/dashboard-ui/css/images/tour/dashboard/mobile.png new file mode 100644 index 000000000..ea36fdd8c Binary files /dev/null and b/dashboard-ui/css/images/tour/dashboard/mobile.png differ diff --git a/dashboard-ui/scripts/dashboardpage.js b/dashboard-ui/scripts/dashboardpage.js index f33623e59..0e72fbaef 100644 --- a/dashboard-ui/scripts/dashboardpage.js +++ b/dashboard-ui/scripts/dashboardpage.js @@ -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 () {