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

update depends

This commit is contained in:
Luke Pulverenti 2016-04-22 12:12:03 -04:00
parent ceffef675b
commit 3d5279a0de

View file

@ -2202,7 +2202,7 @@ var AppInfo = {};
defineRoute({
path: '/connectlogin.html',
dependencies: [],
dependencies: ['paper-button'],
autoFocus: false,
anonymous: true
});
@ -2357,7 +2357,7 @@ var AppInfo = {};
defineRoute({
path: '/itemdetails.html',
dependencies: [],
dependencies: ['paper-button'],
autoFocus: false
});
@ -2476,7 +2476,7 @@ var AppInfo = {};
defineRoute({
path: '/login.html',
dependencies: [],
dependencies: ['paper-button'],
autoFocus: false,
anonymous: true
});
@ -2531,31 +2531,31 @@ var AppInfo = {};
defineRoute({
path: '/mypreferencesdisplay.html',
dependencies: [],
dependencies: ['paper-button'],
autoFocus: false
});
defineRoute({
path: '/mypreferenceshome.html',
dependencies: [],
dependencies: ['paper-button'],
autoFocus: false
});
defineRoute({
path: '/mypreferenceslanguages.html',
dependencies: [],
dependencies: ['paper-button'],
autoFocus: false
});
defineRoute({
path: '/mypreferencesmenu.html',
dependencies: [],
dependencies: ['paper-button'],
autoFocus: false
});
defineRoute({
path: '/myprofile.html',
dependencies: [],
dependencies: ['paper-button'],
autoFocus: false
});