mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated fontawesome
This commit is contained in:
parent
16f30944f8
commit
8f4f29888e
10 changed files with 197 additions and 16 deletions
|
@ -100,7 +100,7 @@
|
|||
function loadMode(page, mode) {
|
||||
|
||||
$(document.body).prepend('<div class="backdropContainer" style="background-image:url(css/images/splash.jpg);top:0;"></div>');
|
||||
$(page).addClass('lightBackdropPage backdropPage staticBackdropPage');
|
||||
$(page).addClass('backdropPage staticBackdropPage');
|
||||
|
||||
if (mode == 'welcome') {
|
||||
$('.connectLoginForm', page).hide();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue