Fixed autoplay issue on embed

This commit is contained in:
Kasper Rynning-Tønnesen
2016-01-28 11:49:28 +01:00
parent 5539fcc394
commit b0c33f1a5b
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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" />');