diff options
author | anekos | 2014-06-13 22:28:42 +0900 |
---|---|---|
committer | anekos | 2014-06-13 22:29:45 +0900 |
commit | c86f88439cf75ce1efa5452542a924623c7b679e (patch) | |
tree | 753a1100c13a8b586cd74c3d13d4b1d21a128f16 /umihara.js | |
parent | 19a2f3b3f1f2af32195fdc6d2233980a3c7cc64d (diff) | |
download | vimperator-plugins-c86f88439cf75ce1efa5452542a924623c7b679e.tar.bz2 |
Ababa update
Diffstat (limited to 'umihara.js')
-rw-r--r-- | umihara.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -149,7 +149,7 @@ let PLUGIN_INFO = xml` if (to == '-') to = defaultTarget; //let url = 'http://quote.yahoo.co.jp/m5?a=' + value + '&s=' + from + '&t=' + to; - let url = 'http://info.finance.yahoo.co.jp/exchange/convert/?a=' + value + '&s=' + from + '&t=' + to; + let url = 'http://info.finance.yahoo.co.jp/fx/convert/?a=' + value + '&s=' + from + '&t=' + to; var req = new XMLHttpRequest(); req.open('GET', url); req.onreadystatechange = function (aEvt) { |