mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
force emby-button load before routes
This commit is contained in:
parent
7a5d66c792
commit
ac13bcb43e
1 changed files with 1 additions and 1 deletions
|
@ -581,7 +581,7 @@ var AppInfo = {};
|
|||
|
||||
window.Emby.Page = appRouter;
|
||||
|
||||
require(['scripts/themeloader', 'libraryMenu', 'scripts/routes'], function () {
|
||||
require(['emby-button', 'scripts/themeloader', 'libraryMenu', 'scripts/routes'], function () {
|
||||
Emby.Page.start({
|
||||
click: false,
|
||||
hashbang: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue