mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #42 from nkmerrill/backdropfix
Fixed Home Backdrop Not Loading
This commit is contained in:
commit
d241877853
2 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@
|
||||||
- [grafixeyehero](https://github.com/grafixeyehero)
|
- [grafixeyehero](https://github.com/grafixeyehero)
|
||||||
- [Drago96](https://github.com/drago-96)
|
- [Drago96](https://github.com/drago-96)
|
||||||
- [ViXXoR](https://github.com/ViXXoR)
|
- [ViXXoR](https://github.com/ViXXoR)
|
||||||
|
- [nkmerrill] (https://github.com/nkmerrill)
|
||||||
|
|
||||||
# Emby Contributors
|
# Emby Contributors
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@ define(["backdrop", "userSettings", "libraryMenu"], function(backdrop, userSetti
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
var cache = {};
|
var cache = {};
|
||||||
pageClassOn("pagebeforeshow", "page", function() {
|
pageClassOn("pageshow", "page", function() {
|
||||||
var page = this;
|
var page = this;
|
||||||
if (!page.classList.contains("selfBackdropPage"))
|
if (!page.classList.contains("selfBackdropPage"))
|
||||||
if (page.classList.contains("backdropPage"))
|
if (page.classList.contains("backdropPage"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue