diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/leaflet-soton.js | 2 |
1 files changed, 1 insertions, 1 deletions
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); |