From d2f784723bf6b473d7931c6f2e6abcf01ca53fc4 Mon Sep 17 00:00:00 2001 From: suVene Date: Sat, 6 Dec 2008 21:52:18 +0000 Subject: jquery.jgrowl.css > growl.css git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@26021 d0d07461-0603-4401-acd4-de1884942a52 --- notifier.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'notifier.js') diff --git a/notifier.js b/notifier.js index 9269ed4..0a8126d 100644 --- a/notifier.js +++ b/notifier.js @@ -14,6 +14,7 @@ * }}} */ (function() { +io.sourceFromRuntimePath(['libly.js']); if (!liberator.plugins.libly) { liberator.log('notifier: needs _libly.js'); return; @@ -45,7 +46,7 @@ function bootstrap() { }, load: function(name) { io.getRuntimeDirectories('plugin/notifier').forEach(function(dir) { - $U.readDirectory(io.expandPath(dir.path), '^' + name, function(f) { + $U.readDirectory(io.expandPath(dir.path), '^' + name + '_', function(f) { try { io.source(f.path, true) logger.log('plugin load success: ' + f.leafName); -- cgit v1.2.3