From d6f0e829fb8f2bd1783f2cc4b64ece322b2e2620 Mon Sep 17 00:00:00 2001 From: suVene Date: Thu, 18 Dec 2008 13:34:41 +0000 Subject: * add subject_weather_yahoo.js. * observer_growl.js のオプション設定. * css微調整. * etc. git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@27023 d0d07461-0603-4401-acd4-de1884942a52 --- notifier/subject_hatelabo_bottle.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'notifier/subject_hatelabo_bottle.js') diff --git a/notifier/subject_hatelabo_bottle.js b/notifier/subject_hatelabo_bottle.js index 71a5a27..a21f22f 100644 --- a/notifier/subject_hatelabo_bottle.js +++ b/notifier/subject_hatelabo_bottle.js @@ -2,7 +2,7 @@ var PLUGIN_INFO = {NAME} - notifies if hatena bottle was changed. + hatena bottle change notice. はてなボトルの変更通知。 suVene 0.1.1 @@ -44,7 +44,7 @@ notifier.subject.register(notifier.SubjectHttp, { var permalink = $U.getNodesFromXPath('descendant::a[@class="hatena-star-uri"]', d); if (permalink.length > 0) permalink = URL + permalink[0]; - return new notifier.Message('Hatelab bottle', $U.xmlSerialize(d), permalink) + return new notifier.Message('Hatelabo bottle', $U.xmlSerialize(d), permalink) })); } }); -- cgit v1.2.3