1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Footer hide

This commit is contained in:
Tim Hobbs 2014-03-14 14:29:17 -07:00
parent 3f536c851d
commit 20b21fd1f4

View file

@ -46,7 +46,7 @@
var mediaElement = $("#mediaElement", videoBackdrop);
var nowPlayingBar = $("#nowPlayingBar", videoBackdrop);
mediaElement.html(""); // remove play/pause
footer.append(mediaElement).append(nowPlayingBar);
footer.append(mediaElement).append(nowPlayingBar).hide();
videoBackdrop.remove();
};