mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
reduce use of jqmlistview
This commit is contained in:
parent
bfc4f255ed
commit
f53cb1ca8a
9 changed files with 164 additions and 200 deletions
|
@ -1969,7 +1969,7 @@ var AppInfo = {};
|
|||
|
||||
defineRoute({
|
||||
path: '/dashboardgeneral.html',
|
||||
dependencies: ['emby-collapse', 'paper-textarea', 'paper-input', 'paper-checkbox', 'jqmlistview'],
|
||||
dependencies: ['emby-collapse', 'paper-textarea', 'paper-input', 'paper-checkbox'],
|
||||
controller: 'scripts/dashboardgeneral',
|
||||
autoFocus: false,
|
||||
roles: 'admin'
|
||||
|
@ -2158,7 +2158,7 @@ var AppInfo = {};
|
|||
|
||||
defineRoute({
|
||||
path: '/librarysettings.html',
|
||||
dependencies: ['emby-collapse', 'paper-input', 'paper-checkbox', 'emby-button', 'jqmlistview'],
|
||||
dependencies: ['emby-collapse', 'paper-input', 'paper-checkbox', 'emby-button'],
|
||||
autoFocus: false,
|
||||
roles: 'admin',
|
||||
controller: 'scripts/librarysettings'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue