summaryrefslogtreecommitdiff
path: root/map.js
diff options
context:
space:
mode:
authorChristian Pointner <equinox@ffgraz.net>2008-12-06 22:57:00 +0000
committerChristian Pointner <equinox@ffgraz.net>2008-12-06 22:57:00 +0000
commitf3902147657cf2773e73f76f7e5fe810d0db6c78 (patch)
treec4b3f7a720f097bcdfa25e25107e923bbec2399e /map.js
parentc222c0230e5bdbea39b097946228d9e2fd92c434 (diff)
removed misbehaving cursor
Diffstat (limited to 'map.js')
-rw-r--r--map.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/map.js b/map.js
index 75e9bc6..2864643 100644
--- a/map.js
+++ b/map.js
@@ -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);
}