1
0
Fork 0
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:
vitorsemeano 2019-03-26 01:44:33 +00:00
parent 7a5d66c792
commit ac13bcb43e

View file

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