mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Changed backdrop initialization module to load on page show instead of
before page show so that home page does continues to load backdrop image even after changing page. Also added my name to contributors.
This commit is contained in:
parent
58ea56f9d1
commit
ccbb5a00e9
2 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,7 @@ define(["backdrop", "userSettings", "libraryMenu"], function(backdrop, userSetti
|
|||
})
|
||||
}
|
||||
var cache = {};
|
||||
pageClassOn("pagebeforeshow", "page", function() {
|
||||
pageClassOn("pageshow", "page", function() {
|
||||
var page = this;
|
||||
if (!page.classList.contains("selfBackdropPage"))
|
||||
if (page.classList.contains("backdropPage"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue