Fixed some video streams not playing anymore.

This commit is contained in:
hackademix 2018-07-28 03:04:13 +02:00
parent 0b2691a775
commit 36cb28b842
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
// debug = () => {}; // XPI_ONLY
window.canScript = true;
var canScript = true;
function createHTMLElement(name) {
return document.createElementNS("http://www.w3.org/1999/xhtml", name);