Thu, 06 Dec 2018 20:47:19 +0200
fix
templates/stop.html | file | annotate | diff | comparison | revisions |
--- a/templates/stop.html Thu Dec 06 19:37:05 2018 +0200 +++ b/templates/stop.html Thu Dec 06 20:47:19 2018 +0200 @@ -147,7 +147,7 @@ document.getElementById(id + '-time').innerHTML = timeConverter(timestamp); } //updateTime('fbf6f367-069c-4f8d-831b-bd36cd643f3b', 1544092500); - getJSON('http://data.foli.fi/siri/sm/{{ref}}', function(data){ + getJSON('https://data.foli.fi/siri/sm/{{ref}}', function(data){ var arrayLength = data['result'].length; for (var i = 0; i < arrayLength; i++) { var blockref = data['result'][i]['blockref'];