aboutsummaryrefslogtreecommitdiff
path: root/main_background.js
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-09-23 11:58:16 +1000
committerYuchen Pei <hi@ypei.me>2022-09-23 11:58:16 +1000
commit32c511b0c57ebcb37a7593a6b8f07d0035ef74a9 (patch)
tree25bb99416c460a5e287fb94cc78ef23dbc122fe3 /main_background.js
parent5fa19f66d2c39bf14e653765a2f5f86820cd3d3d (diff)
typos
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 = '';