diff options
Diffstat (limited to 'main_background.js')
-rw-r--r-- | main_background.js | 2 |
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 = ''; |