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

continue jquery removal

This commit is contained in:
Luke Pulverenti 2016-06-20 20:47:37 -04:00
parent 28235b050f
commit e8eb73d742
3 changed files with 115 additions and 70 deletions

View file

@ -2769,9 +2769,10 @@ var AppInfo = {};
defineRoute({
path: '/mypreferenceshome.html',
dependencies: ['emby-button'],
dependencies: ['emby-checkbox', 'paper-fab', 'paper-item-body', 'paper-icon-item', 'emby-button'],
autoFocus: false,
transition: 'fade'
transition: 'fade',
controller: 'scripts/mypreferenceshome'
});
defineRoute({