diff options
-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]'], |