mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Autoplay position fix
This commit is contained in:
@@ -76,7 +76,7 @@ window.addEventListener("message", receiveMessage, false);
|
|||||||
window.addEventListener("DOMContentLoaded", function() {
|
window.addEventListener("DOMContentLoaded", function() {
|
||||||
});
|
});
|
||||||
window.addEventListener("load", function() {
|
window.addEventListener("load", function() {
|
||||||
if(hash.length >= 3 && hash[2] == "autoplay"){
|
if(hash.length >= 2 && hash.indexOf("autoplay") > 0){
|
||||||
autoplay = true;
|
autoplay = true;
|
||||||
Helper.css("#player", "visibility", "hidden");
|
Helper.css("#player", "visibility", "hidden");
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user