From a72c4af900ce44892dde49939b7dfe9c96aedf92 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 10 Jun 2010 02:35:27 -0400 Subject: [PATCH] Fix plugin help. --HG-- branch : testing --- common/content/io.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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();