diff --git a/src/content/onScriptDisabled.js b/src/content/onScriptDisabled.js index d5bfa0e..282dce6 100644 --- a/src/content/onScriptDisabled.js +++ b/src/content/onScriptDisabled.js @@ -20,7 +20,7 @@ function onScriptDisabled() { } } }; - debug("onScriptDisabled", document.readyState, new Error().stack); + debug("onScriptDisabled", document.readyState, new Error().stack); // DEV ONLY if (document.readyState === "loading") { window.addEventListener("DOMContentLoaded", emulateNoscriptElement, true); return;