From 04d39fab0f8ec1c91ade18628099e2123c2ac998 Mon Sep 17 00:00:00 2001 From: DarwinSurvivor Date: Fri, 30 May 2014 17:02:27 -0700 Subject: [PATCH] fixes antirez/dump1090#54 Allows the server to run in an aliased directory (example.com/adsb/). --- gmap.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gmap.html b/gmap.html index b39a30a..6a3abbe 100644 --- a/gmap.html +++ b/gmap.html @@ -97,7 +97,7 @@ } function fetchData() { - $.getJSON('/data.json', function(data) { + $.getJSON('data.json', function(data) { var stillhere = {} for (var j=0; j < data.length; j++) { var plane = data[j];