From ed3ba467da1d766402f8decf5ba518af00f690ab Mon Sep 17 00:00:00 2001 From: Kendell R Date: Sun, 30 Aug 2020 08:05:55 -0700 Subject: [PATCH] Update main.js --- js/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/main.js b/js/main.js index 7f3edf7..bd3b5f1 100644 --- a/js/main.js +++ b/js/main.js @@ -368,7 +368,6 @@ class BrowserMod { this._video = document.createElement("video"); this._video.autoplay = true; this._video.playsInline = true; - this._video.style.cssText = ` visibility: hidden; width: 0;