diff options
author | anekos | 2010-04-15 17:03:42 +0000 |
---|---|---|
committer | thinca | 2010-10-23 04:41:18 +0900 |
commit | 18dc7bcdd9c19ed1c3cb9a8fc02ee2584687e7ee (patch) | |
tree | a8366ce375de3c8b73244fbe19adf31f398513b7 | |
parent | 7d4e97b4646f7ae166ba72acf9e6e6ca9dbd2d76 (diff) | |
download | vimperator-plugins-18dc7bcdd9c19ed1c3cb9a8fc02ee2584687e7ee.tar.bz2 |
alc 変更に対応2.2
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/branches/2.2@37213 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r-- | multi_requester.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multi_requester.js b/multi_requester.js index 88f24e0..2b74fd5 100644 --- a/multi_requester.js +++ b/multi_requester.js @@ -11,10 +11,10 @@ var PLUGIN_INFO = <description>request, and the result is displayed to the buffer.</description> <description lang="ja">リクエストの結果をバッファに出力する。</description> <author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author> - <version>0.4.15</version> + <version>0.4.16</version> <license>MIT</license> <minVersion>2.0pre</minVersion> - <maxVersion>2.1pre</maxVersion> + <maxVersion>2.2</maxVersion> <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/multi_requester.js</updateURL> <detail><![CDATA[ == Needs Library == @@ -116,7 +116,7 @@ var SITEINFO = [ name: "alc", description: "SPACE ALC (\u82F1\u8F9E\u6717 on the Web)", url: "http://eow.alc.co.jp/%s/UTF-8/", - xpath: 'id("resultList")' + xpath: 'id("resultsList")' } ]; var libly = liberator.plugins.libly; |