1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-18 11:29:55 +00:00

Removed erroneous code

This commit is contained in:
Jeremy Ruston 2012-05-04 17:49:07 +01:00
parent 7b4708035f
commit 6b39ce10d0

View File

@ -601,9 +601,6 @@ $tw.modules.execute = function(moduleName,moduleRoot) {
// Load plugins from the plugins directory
$tw.plugins.loadPlugins(path.resolve($tw.boot.bootPath,$tw.config.moduleSubDir));
// Load plugins from the TiddlyWiki store directory
$tw.plugins.loadPlugins($tw.boot.wikiPath);
// End of if(!$tw.isBrowser)
}