mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
trim polymer usage
This commit is contained in:
parent
1fd4ea266c
commit
8ff44e06a3
9 changed files with 78 additions and 84 deletions
|
@ -2760,7 +2760,7 @@ var AppInfo = {};
|
|||
|
||||
defineRoute({
|
||||
path: '/mypreferenceshome.html',
|
||||
dependencies: ['emby-checkbox', 'paper-fab', 'paper-item-body', 'paper-icon-item', 'emby-button'],
|
||||
dependencies: ['emby-checkbox', 'emby-button'],
|
||||
autoFocus: false,
|
||||
transition: 'fade',
|
||||
controller: 'scripts/mypreferenceshome'
|
||||
|
@ -2912,7 +2912,7 @@ var AppInfo = {};
|
|||
|
||||
defineRoute({
|
||||
path: '/selectserver.html',
|
||||
dependencies: ['paper-fab', 'paper-item-body', 'paper-icon-item', 'emby-button'],
|
||||
dependencies: ['listViewStyle', 'emby-button'],
|
||||
autoFocus: false,
|
||||
anonymous: true,
|
||||
controller: 'scripts/selectserver'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue