aboutsummaryrefslogtreecommitdiffstats
path: root/notifier/subject_hatelabo_bottle.js
diff options
context:
space:
mode:
authorsuVene2008-12-18 13:34:41 +0000
committersuVene2008-12-18 13:34:41 +0000
commitd6f0e829fb8f2bd1783f2cc4b64ece322b2e2620 (patch)
treec085d15a2a1d22e673287d28541cfe43a99097eb /notifier/subject_hatelabo_bottle.js
parent9191445073dc2b66b6f37399ecfc43c03d6d5e09 (diff)
downloadvimperator-plugins-d6f0e829fb8f2bd1783f2cc4b64ece322b2e2620.tar.bz2
* 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
Diffstat (limited to 'notifier/subject_hatelabo_bottle.js')
-rw-r--r--notifier/subject_hatelabo_bottle.js4
1 files changed, 2 insertions, 2 deletions
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 =
<VimperatorPlugin>
<name>{NAME}</name>
- <description>notifies if hatena bottle was changed.</description>
+ <description>hatena bottle change notice.</description>
<description lang="ja">はてなボトルの変更通知。</description>
<author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author>
<version>0.1.1</version>
@@ -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)
}));
}
});