mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rework some initial dependency loading
This commit is contained in:
parent
9227ac0989
commit
5200b37787
13 changed files with 121 additions and 467 deletions
|
@ -1308,7 +1308,7 @@ $(document).on('pageshow', "#dashboardPage", DashboardPage.onPageShow).on('pageb
|
|||
|
||||
function takeTour(page, userId) {
|
||||
|
||||
Dashboard.loadSwipebox().then(function () {
|
||||
require(['swipebox'], function () {
|
||||
|
||||
$.swipebox([
|
||||
{ href: 'css/images/tour/dashboard/dashboard.png', title: Globalize.translate('DashboardTourDashboard') },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue