diff options
author | send | 2010-04-24 10:01:59 +0000 |
---|---|---|
committer | send | 2010-04-24 10:01:59 +0000 |
commit | 00a0e762c0c0f4fd2135b07dc93351b8afe1358d (patch) | |
tree | 866a5e3dda1afa31a339f239f09e8f101db9d323 /lookupDictionary.js | |
parent | c4355f294796d6e62ecad8757545d0d39414860b (diff) | |
download | vimperator-plugins-00a0e762c0c0f4fd2135b07dc93351b8afe1358d.tar.bz2 |
correct eijiro's xpath
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37266 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'lookupDictionary.js')
-rw-r--r-- | lookupDictionary.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lookupDictionary.js b/lookupDictionary.js index a7e0ea9..6d6e7ff 100644 --- a/lookupDictionary.js +++ b/lookupDictionary.js @@ -13,7 +13,7 @@ const SITE_DEFINITION = [{ names: ['eiji[ro]'], url: 'http://eow.alc.co.jp/%s/UTF-8/', shortHelp: 'SPACE ALC (\u82F1\u8F9E\u6717 on the Web)', - xpath: 'id("resultList")', + xpath: 'id("resultsList")', dictionary: 'en-US' },{ names: ['goo[dictionary]'], |