mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 12:04:11 +01:00
Fix plugin help.
--HG-- branch : testing
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user