Fixed some minor playpause bugs on change song, and reimplemented desktop notifications. Also fixed height on playlist

This commit is contained in:
Kasper Rynning-Tønnesen
2015-04-13 16:40:48 +02:00
parent 1105fb3bcb
commit cf5802468e
4 changed files with 27 additions and 19 deletions

View File

@@ -82,7 +82,7 @@ function populate_list(msg)
{
player_name = "#jplayer";
}else player_name = "#player";
$("#playlist").css({height: $(player_name).height()-$("#adminPanel").outerHeight(true)-$("#findform").outerHeight(true)+30});
$("#playlist").css({height: $(".video-container").height()});
$("#playlist").css({overflow: "hidden"});
if(scroller === false)
{