mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 06:38:00 +01:00
Show link target with ;;.
This commit is contained in:
@@ -1939,7 +1939,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
if (dactyl.commandLineOptions.rcFile == "NONE" || dactyl.commandLineOptions.noPlugins)
|
||||
options["loadplugins"] = [];
|
||||
|
||||
if (options["loadplugins"])
|
||||
if (options["loadplugins"].length)
|
||||
dactyl.loadPlugins();
|
||||
}
|
||||
catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user