mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix recording button
This commit is contained in:
parent
02b433a97f
commit
c73ed976d9
30 changed files with 165 additions and 129 deletions
|
@ -99,13 +99,7 @@
|
|||
|
||||
function setDefault(page) {
|
||||
|
||||
var backdropContainer = $('.backdropContainer');
|
||||
|
||||
if (backdropContainer.length) {
|
||||
backdropContainer.css('backgroundImage', 'url(css/images/splash.jpg)');
|
||||
} else {
|
||||
$(document.body).prepend('<div class="backdropContainer" style="background-image:url(css/images/splash.jpg);top:0;"></div>');
|
||||
}
|
||||
getElement().css('backgroundImage', 'url(css/images/splash.jpg)');
|
||||
|
||||
$(page).addClass('backdropPage staticBackdropPage');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue