mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
added mute/unmute functionality
This commit is contained in:
@@ -123,7 +123,7 @@ var Player = {
|
||||
beginning = false;
|
||||
mobile_beginning = false;
|
||||
}
|
||||
if(!embed && window.location.pathname != "/" && chromecastAvailable) Helper.addClass("#player_overlay", "hide");
|
||||
if(!embed && window.location.pathname != "/" && !chromecastAvailable) Helper.addClass("#player_overlay", "hide");
|
||||
if(window.location.pathname != "/"){
|
||||
if(document.getElementById("play").className.split(" ").length == 1)
|
||||
$("#play").toggleClass("hide");
|
||||
|
||||
Reference in New Issue
Block a user