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

module resolution for headroom

This commit is contained in:
vitorsemeano 2019-02-27 22:58:19 +00:00
parent 86c19ee4a3
commit 00c875b893
3 changed files with 4 additions and 2 deletions

View file

@ -724,7 +724,7 @@ define(["dom", "layoutManager", "inputManager", "connectionManager", "events", "
}
function initHeadRoom(elem) {
require(["headroom-window"], function (headroom) {
require(["headroom"], function (headroom) {
headroom.add(elem);
});
}