MediaWiki:Citizen.js: различия между версиями
MrGorun (обсуждение | вклад) Нет описания правки |
(нет различий)
|
Текущая версия от 20:46, 3 ноября 2020
/* All JavaScript here will be loaded for users of the Citizen skin */
// $(function () {
// var videoWebm = document.getElementById("webm_video").getElementsByTagName("video")[0];
// videoWebm.setAttribute("autoplay", "");
// videoWebm.setAttribute("loop", "");
// videoWebm.removeAttribute("controls");
// }());