forked from leftypol/leftypol
CSS for player.php, make JS more modular
This commit is contained in:
parent
81dbba64e2
commit
2a770f27d1
7 changed files with 47 additions and 29 deletions
|
@ -1,7 +1,5 @@
|
|||
window.onload = function() {
|
||||
settingsPanel.style.cssFloat = "right";
|
||||
document.body.insertBefore(settingsPanel, document.body.firstChild);
|
||||
if (window.addEventListener) window.addEventListener("load", function(e) {
|
||||
var video = document.getElementsByTagName("video")[0];
|
||||
video.muted = setting("videomuted");
|
||||
video.play();
|
||||
};
|
||||
}, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue