aboutsummaryrefslogtreecommitdiff
path: root/main_background.js
diff options
context:
space:
mode:
Diffstat (limited to 'main_background.js')
-rw-r--r--main_background.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/main_background.js b/main_background.js
index 0cdb1c1..361a933 100644
--- a/main_background.js
+++ b/main_background.js
@@ -680,7 +680,7 @@ async function editHtml(html, documentUrl, tabId, frameId, whitelisted) {
return null;
}
- const scripts = htmlDoc.scripts;
+ let scripts = htmlDoc.scripts;
const metaElement = htmlDoc.getElementById('LibreJS-info');
let firstScriptSrc = '';