mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added headroom scrolling
This commit is contained in:
parent
feffdb0bd4
commit
19fd673e46
12 changed files with 470 additions and 28 deletions
|
@ -419,6 +419,15 @@
|
|||
});
|
||||
}
|
||||
|
||||
$('.tvGuideHeader', page).each(function () {
|
||||
|
||||
// construct an instance of Headroom, passing the element
|
||||
var headroom = new Headroom(this);
|
||||
// initialise
|
||||
headroom.init();
|
||||
|
||||
});
|
||||
|
||||
}).on('pageshow', "#liveTvGuidePage", function () {
|
||||
|
||||
var page = this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue