Various fixes

This commit is contained in:
Ilya Laktyushin
2020-11-09 00:45:44 +04:00
parent 0bdfd79289
commit 564ee0d966
22 changed files with 415 additions and 160 deletions

View File

@@ -1,5 +1,5 @@
function initialize() {
var controls = document.getElementsByClassName("controls")[0];
var controls = document.getElementsByClassName("vp-controls-wrapper")[0];
if (controls != null) {
controls.style.display = "none";
}