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

move book support into the core

This commit is contained in:
Luke Pulverenti 2016-12-12 00:49:19 -05:00
parent 7d752911cb
commit a693eeed4f
4 changed files with 2 additions and 73 deletions

View file

@ -557,13 +557,6 @@ var Dashboard = {
href: "reports.html",
pageIds: [],
icon: 'insert_chart'
}, {
name: Globalize.translate('TabAbout'),
href: "about.html",
icon: 'info',
color: '#679C34',
divider: true,
pageIds: ['aboutPage']
}];
},
@ -1291,7 +1284,6 @@ var AppInfo = {};
define("tvguide", [embyWebComponentsBowerPath + "/guide/guide"], returnFirstDependency);
define("programStyles", ['css!' + embyWebComponentsBowerPath + "/guide/programs"], returnFirstDependency);
define("guide-settings-dialog", [embyWebComponentsBowerPath + "/guide/guide-settings"], returnFirstDependency);
define("guide-categories-dialog", [embyWebComponentsBowerPath + "/guide/guide-categories"], returnFirstDependency);
define("syncDialog", [embyWebComponentsBowerPath + "/sync/sync"], returnFirstDependency);
define("syncToggle", [embyWebComponentsBowerPath + "/sync/synctoggle"], returnFirstDependency);
define("voiceDialog", [embyWebComponentsBowerPath + "/voice/voicedialog"], returnFirstDependency);
@ -1866,14 +1858,6 @@ var AppInfo = {};
console.log('Defining core routes');
defineRoute({
path: '/about.html',
dependencies: [],
autoFocus: false,
controller: 'dashboard/aboutpage',
roles: 'admin'
});
defineRoute({
path: '/addplugin.html',
dependencies: [],