mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Added option for autoplay in embed
This commit is contained in:
@@ -65,6 +65,14 @@ var Playercontrols = {
|
||||
}
|
||||
},
|
||||
|
||||
play_pause_show: function()
|
||||
{
|
||||
if(document.getElementById("pause").className.split(" ").length == 1)
|
||||
$("#pause").toggleClass("hide");
|
||||
if(document.getElementById("play").className.split(" ").length == 2)
|
||||
$("#play").toggleClass("hide");
|
||||
},
|
||||
|
||||
settings: function()
|
||||
{
|
||||
$("#qS").toggleClass("hide");
|
||||
|
||||
Reference in New Issue
Block a user