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

Move headroom to bundle

This commit is contained in:
MrTimscampi 2020-04-24 18:03:55 +02:00
parent ba57841ab0
commit bd092a5400
9 changed files with 34 additions and 385 deletions

View file

@ -146,3 +146,9 @@ var screenfull = require("screenfull");
_define("screenfull", function () {
return screenfull;
});
// headroom.js
var headroom = require("headroom.js/dist/headroom");
_define("headroom", function () {
return headroom;
});