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