Fixed some video streams not playing anymore.
This commit is contained in:
parent
0b2691a775
commit
36cb28b842
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue