mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-25 15:38:56 +00:00
fix: fx rates
This commit is contained in:
parent
7760be77cc
commit
bbeeffbc5c
@ -105,7 +105,7 @@ jQuery(function ($) {
|
||||
var $ccynote = $('.ccy-note');
|
||||
|
||||
$.ajax({
|
||||
url: 'https://api.fixer.io/latest?symbols=GBP,USD',
|
||||
url: 'http://data.fixer.io/api/latest?access_key=2bb802a604d137b91529c32e63849ae5&symbols=USD,GBP&format=1',
|
||||
dataType: 'jsonp',
|
||||
success: function (data) {
|
||||
var rates = data.rates;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user