diff --git a/common/content/io.js b/common/content/io.js index 5b599215..75cb6054 100644 --- a/common/content/io.js +++ b/common/content/io.js @@ -628,8 +628,7 @@ lookup: if (/\.js$/.test(filename)) { try { liberator.loadScript(uri.spec, Script(file)); - if (liberator.initialized) - liberator.initHelp(); + liberator.helpInitialized = false; } catch (e) { let err = new Error();