diff options
-rw-r--r-- | map.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -50,7 +50,6 @@ function initialize(lat, lng, res) { countboxText = document.createTextNode("Aktiv: 0"); countbox.appendChild(countboxText); - document.getElementById("map").style.cursor = "wait"; reloadcon.started(); GDownloadUrl("data.php", onData); } |