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

continue jquery reduction

This commit is contained in:
Luke Pulverenti 2016-06-19 12:53:53 -04:00
parent de7178ecec
commit 72c0f869f8
13 changed files with 238 additions and 270 deletions

View file

@ -2771,9 +2771,10 @@ var AppInfo = {};
defineRoute({
path: '/mypreferencesdisplay.html',
dependencies: ['emby-button'],
dependencies: ['emby-checkbox', 'emby-button', 'emby-select'],
autoFocus: false,
transition: 'fade'
transition: 'fade',
controller: 'scripts/mypreferencesdisplay'
});
defineRoute({
@ -2785,9 +2786,10 @@ var AppInfo = {};
defineRoute({
path: '/mypreferenceslanguages.html',
dependencies: ['emby-button'],
dependencies: ['emby-button', 'emby-checkbox'],
autoFocus: false,
transition: 'fade'
transition: 'fade',
controller: 'scripts/mypreferenceslanguages'
});
defineRoute({
@ -2806,9 +2808,10 @@ var AppInfo = {};
defineRoute({
path: '/mysync.html',
dependencies: [],
dependencies: ['scripts/syncactivity', 'scripts/taskbutton', 'paper-spinner', 'paper-fab', 'emby-button'],
autoFocus: false,
transition: 'fade'
transition: 'fade',
controller: 'scripts/mysync'
});
defineRoute({
@ -2821,9 +2824,10 @@ var AppInfo = {};
defineRoute({
path: '/mysyncsettings.html',
dependencies: [],
dependencies: ['emby-checkbox', 'emby-input', 'emby-button', 'paper-icon-button-light'],
autoFocus: false,
transition: 'fade'
transition: 'fade',
controller: 'scripts/mysyncsettings'
});
defineRoute({