From 076c96dad31f1acdab6b28383ee28a72542d0098 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 19 Jul 2014 13:49:10 +0100 Subject: Fix loading without caching --- src/leaflet-soton.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/leaflet-soton.js b/src/leaflet-soton.js index 81aad08..ded6bf8 100644 --- a/src/leaflet-soton.js +++ b/src/leaflet-soton.js @@ -1552,7 +1552,7 @@ SELECT * WHERE {\ url += "?" + new Date().getTime(); } - xhttp.open('GET', options.url, true); + xhttp.open('GET', url, true); xhttp.setRequestHeader('Accept', 'application/json'); xhttp.send(options.data); -- cgit v1.2.3