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

update bower_components build process

This commit is contained in:
Luke Pulverenti 2015-12-05 16:44:51 -05:00
parent e1b37cf634
commit 69c951cb3f
3 changed files with 18 additions and 18 deletions

View file

@ -10,7 +10,7 @@
var settingsKey = "betatester"; var settingsKey = "betatester";
var expectedValue = new Date().toDateString() + "5"; var expectedValue = new Date().toDateString() + "6";
if (appStorage.getItem(settingsKey) == expectedValue) { if (appStorage.getItem(settingsKey) == expectedValue) {
return; return;
} }

View file

@ -914,7 +914,7 @@
overlayText: true, overlayText: true,
lazy: true, lazy: true,
showDetailsMenu: true, showDetailsMenu: true,
overlayPlayButton: AppInfo.enableAppLayouts overlayMoreButton: AppInfo.enableAppLayouts
}); });
} }
else if (item.Type == "GameSystem") { else if (item.Type == "GameSystem") {

View file

@ -2208,7 +2208,7 @@ var AppInfo = {};
postInitDependencies.push('scripts/nowplayingbar'); postInitDependencies.push('scripts/nowplayingbar');
} }
postInitDependencies.push('components/testermessage'); //postInitDependencies.push('components/testermessage');
require(postInitDependencies); require(postInitDependencies);
}); });