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

added dashboard tour

This commit is contained in:
Luke Pulverenti 2014-10-04 14:05:24 -04:00
parent 19f2c8bdfb
commit b359b3d22e
15 changed files with 114 additions and 36 deletions

View file

@ -536,6 +536,10 @@
});
}
function showWelcomeIfNeeded() {
}
function takeTour(page, userId) {
$.swipebox([
@ -568,7 +572,7 @@
var userId = Dashboard.getCurrentUserId();
$('.btnDismissWelcome', page).on('click', function () {
$('.btnTakeTour', page).on('click', function () {
takeTour(page, userId);
});