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

update scheduled tasks page

This commit is contained in:
Luke Pulverenti 2015-10-12 15:09:56 -04:00
parent f73a917448
commit 1ac9bfe5aa
65 changed files with 8424 additions and 48 deletions

View file

@ -2033,6 +2033,8 @@ var AppInfo = {};
paths.prompt = "components/prompt";
}
paths.masonry = "bower_components/masonry/dist/masonry.pkgd.min";
requirejs.config({
urlArgs: urlArgs,
@ -2195,7 +2197,7 @@ var AppInfo = {};
define("fileupload", ["apiclient/fileupload"]);
}
var deps = [];
var deps =[];
if (!deviceId) {
deps.push('cryptojs-sha1');