mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Snow in channel also on video
This commit is contained in:
@@ -187,7 +187,12 @@ var Player = {
|
||||
case YT.PlayerState.PLAYING:
|
||||
if(!window.MSStream) {
|
||||
$("#player").css("opacity", "1");
|
||||
if(!Helper.mobilecheck()) $("#channel-load").css("display", "none");
|
||||
if(!Helper.mobilecheck()) {
|
||||
$("#channel-load").css("display", "none");
|
||||
if(Frontpage.winter && $("#snow").length == 0) {
|
||||
$("#video-container").prepend('<div id="snow" class="snow-channel"></div>');
|
||||
}
|
||||
}
|
||||
}
|
||||
playing = true;
|
||||
if(beginning && Helper.mobilecheck() && !chromecastAvailable){
|
||||
|
||||
Reference in New Issue
Block a user