mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix hashbang nav
This commit is contained in:
parent
51fcbbf744
commit
ed811fa26a
16 changed files with 1684 additions and 1713 deletions
|
@ -2447,8 +2447,9 @@ var AppInfo = {};
|
|||
|
||||
defineRoute({
|
||||
path: '/itemlist.html',
|
||||
dependencies: ['jQuery'],
|
||||
autoFocus: false
|
||||
dependencies: ['paper-checkbox', 'scripts/alphapicker'],
|
||||
autoFocus: false,
|
||||
controller: 'scripts/itemlistpage'
|
||||
});
|
||||
|
||||
defineRoute({
|
||||
|
@ -2746,8 +2747,9 @@ var AppInfo = {};
|
|||
|
||||
defineRoute({
|
||||
path: '/secondaryitems.html',
|
||||
dependencies: ['jQuery'],
|
||||
autoFocus: false
|
||||
dependencies: [],
|
||||
autoFocus: false,
|
||||
controller: 'scripts/secondaryitems'
|
||||
});
|
||||
|
||||
defineRoute({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue