mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed some minor playpause bugs on change song, and reimplemented desktop notifications. Also fixed height on playlist
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user