added playlist on fadein

This commit is contained in:
Kasper Rynning-Tønnesen
2015-02-12 23:36:06 +01:00
parent 6309fcaa4f
commit ae84db5677
2 changed files with 4 additions and 1 deletions

View File

@@ -354,6 +354,7 @@ function onPlayerReady(event) {
{
$("#player").css("opacity", "1");
$("#controls").css("opacity", "1");
$(".playlist").css("opacity", "1");
//$("#player").fadeIn();
ytplayer.playVideo();
}