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

update tabs

This commit is contained in:
Luke Pulverenti 2016-03-24 14:11:03 -04:00
parent 5738507576
commit e488108c2f
17 changed files with 430 additions and 562 deletions

View file

@ -2426,7 +2426,7 @@ var AppInfo = {};
defineRoute({
path: '/home.html',
dependencies: ['paper-tabs', 'neon-animated-pages'],
dependencies: ['paper-tabs'],
autoFocus: false,
controller: 'scripts/indexpage'
});
@ -2813,7 +2813,7 @@ var AppInfo = {};
defineRoute({
path: '/tv.html',
dependencies: ['paper-tabs', 'neon-animated-pages', 'paper-checkbox'],
dependencies: ['paper-tabs', 'paper-checkbox'],
autoFocus: false,
controller: 'scripts/tvrecommended'
});