fix

Thu, 06 Dec 2018 20:47:19 +0200

author
Teemu Piippo <teemu@hecknology.net>
date
Thu, 06 Dec 2018 20:47:19 +0200
changeset 133
091a48867bae
parent 132
ddf37cf29a16
child 134
4ac0f2e2ec4e

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'];

mercurial