Bureaucrats, Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Administrators, Widget editors
23,422
edits
No edit summary |
No edit summary |
||
Line 187: | Line 187: | ||
</video></div></div></div></div> | </video></div></div></div></div> | ||
<script> | <script> | ||
var coll | var coll = document.getElementsByClassName("collapsible"); | ||
var bText = document.getElementById("tldrDet"); | var bText = document.getElementById("tldrDet"); | ||
var video = document.getElementById("10C"); | var video = document.getElementById("10C"); | ||
var vd | var vd = document.getElementById("10CC"); | ||
var isPlaying = false; | |||
var i; | var i; | ||
Line 211: | Line 212: | ||
}); | }); | ||
video.addEventListener("play", function() { | video.addEventListener("play", function() { | ||
isPlaying = true; | |||
vd.height = 800; | vd.height = 800; | ||
vd.style.top = "-400px"; | vd.style.top = "-400px"; | ||
vd.style.left = "-400px"; | vd.style.left = "-400px"; | ||
}); | }); | ||
function kill10C() { vd.style.display = "none";} | function kill10C() { | ||
window.timeoutID = setTimeout(kill10C, | if (isPlaying) return; | ||
vd.style.display = "none"; | |||
} | |||
window.timeoutID = setTimeout(kill10C,10000); | |||
</script><br><img width=150 align=right src=https://juan.ai-integration.biz/xasppage/xasppage.pl?XASPPAGE_STYLE=0&P=MCPCMS> | </script><br><img width=150 align=right src=https://juan.ai-integration.biz/xasppage/xasppage.pl?XASPPAGE_STYLE=0&P=MCPCMS> | ||
</html> | </html> |