continue jquery removal

This commit is contained in:
Luke Pulverenti 2016-06-22 00:39:47 -04:00
parent 75a40a8dbb
commit 31dc3c06e1
14 changed files with 352 additions and 375 deletions

View file

@ -2771,9 +2771,10 @@ var AppInfo = {};
defineRoute({
path: '/myprofile.html',
dependencies: ['emby-button'],
dependencies: ['emby-button', 'emby-collapsible', 'emby-checkbox', 'emby-input'],
autoFocus: false,
transition: 'fade'
transition: 'fade',
controller: 'scripts/myprofile'
});
defineRoute({
@ -2998,8 +2999,9 @@ var AppInfo = {};
defineRoute({
path: '/userpassword.html',
dependencies: [],
autoFocus: false
dependencies: ['emby-input', 'emby-button', 'emby-checkbox'],
autoFocus: false,
controller: 'scripts/userpasswordpage'
});
defineRoute({