Allow notification display when video playing

Users can interact with notifications in windowed mode
This commit is contained in:
Tim Hobbs 2014-03-17 16:59:25 -07:00
parent 37fb510a2d
commit d48854dda8
3 changed files with 24 additions and 4 deletions

View file

@ -234,6 +234,8 @@
$("#videoBackdrop", footer).show();
footer.css("height", "0");
var videoPlayer = $("#videoPlayer", footer)
//.hide()
.append(nowPlayingBar);