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

get icons, swipebox through bower

This commit is contained in:
Luke Pulverenti 2015-06-29 22:52:23 -04:00
parent cc0fd844c3
commit 601e6202e3
77815 changed files with 210644 additions and 107 deletions

View file

@ -174,30 +174,30 @@
}).on('pagebeforeshowready', "#indexPage", function () {
var args = arguments;
var page = this;
if (window.ApiClient) {
var userId = Dashboard.getCurrentUserId();
if (NavHelper.needsRefresh(page)) {
if (window.ApiClient) {
var userId = Dashboard.getCurrentUserId();
Dashboard.showLoadingMsg();
Dashboard.showLoadingMsg();
getDisplayPreferences('home', userId).done(function (result) {
getDisplayPreferences('home', userId).done(function (result) {
Dashboard.getCurrentUser().done(function (user) {
Dashboard.getCurrentUser().done(function (user) {
loadSections(page, user, result).done(function () {
loadSections(page, user, result).done(function () {
if (!AppInfo.isNativeApp) {
showWelcomeIfNeeded(page, result);
}
Dashboard.hideLoadingMsg();
});
if (!AppInfo.isNativeApp) {
showWelcomeIfNeeded(page, result);
}
Dashboard.hideLoadingMsg();
});
});
});
}
}
});
function getDisplayPreferencesAppName() {