1
0
Fork 0
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:
Luke Pulverenti 2016-06-25 21:33:16 -04:00
parent 1fd4ea266c
commit 8ff44e06a3
9 changed files with 78 additions and 84 deletions

View file

@ -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'