Allows the server to run in an aliased directory (example.com/adsb/).
This commit is contained in:
DarwinSurvivor 2014-05-30 17:02:27 -07:00
parent 53cca39ed5
commit 04d39fab0f

View File

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