diff options
Diffstat (limited to 'src/content')
-rw-r--r-- | src/content/content.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/content.js b/src/content/content.js index b5905c8..dec067d 100644 --- a/src/content/content.js +++ b/src/content/content.js @@ -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); |