aboutsummaryrefslogtreecommitdiffstats
path: root/umihara.js
diff options
context:
space:
mode:
authoranekos2014-06-13 22:28:42 +0900
committeranekos2014-06-13 22:29:45 +0900
commitc86f88439cf75ce1efa5452542a924623c7b679e (patch)
tree753a1100c13a8b586cd74c3d13d4b1d21a128f16 /umihara.js
parent19a2f3b3f1f2af32195fdc6d2233980a3c7cc64d (diff)
downloadvimperator-plugins-c86f88439cf75ce1efa5452542a924623c7b679e.tar.bz2
Ababa update
Diffstat (limited to 'umihara.js')
-rw-r--r--umihara.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/umihara.js b/umihara.js
index c6657ed..be6d557 100644
--- a/umihara.js
+++ b/umihara.js
@@ -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) {