1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-31 10:55:46 +01:00

Fix plugin help.

--HG--
branch : testing
This commit is contained in:
Kris Maglione
2010-06-10 02:35:27 -04:00
parent 5bd7b6b0fc
commit a72c4af900

View File

@@ -628,8 +628,7 @@ lookup:
if (/\.js$/.test(filename)) { if (/\.js$/.test(filename)) {
try { try {
liberator.loadScript(uri.spec, Script(file)); liberator.loadScript(uri.spec, Script(file));
if (liberator.initialized) liberator.helpInitialized = false;
liberator.initHelp();
} }
catch (e) { catch (e) {
let err = new Error(); let err = new Error();