1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 10:37:59 +01:00

Fix plugin loading

This commit is contained in:
Kris Maglione
2008-10-15 19:06:18 +00:00
parent eafa04da64
commit 07d8bbc159

View File

@@ -1163,7 +1163,7 @@ const liberator = (function () //{{{
liberator.log("No user RC file found", 3);
if (options["loadplugins"])
liberator.loadPlugins;
liberator.loadPlugins();
// after sourcing the initialization files, this function will set
// all gui options to their default values, if they have not been