mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed autoplay issue on embed
This commit is contained in:
@@ -27,7 +27,8 @@ $(document).ready(function(){
|
||||
|
||||
if(hash.length == 2 && hash[1] == "autoplay"){
|
||||
autoplay = true;
|
||||
paused = true;
|
||||
}else{
|
||||
paused = true;
|
||||
}
|
||||
|
||||
$("head").append('<link type="text/css" rel="stylesheet" href="/static/css/embed.css" />');
|
||||
|
||||
Reference in New Issue
Block a user