diff options
author | Christian Pointner <equinox@ffgraz.net> | 2008-12-06 22:57:00 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2008-12-06 22:57:00 +0000 |
commit | f3902147657cf2773e73f76f7e5fe810d0db6c78 (patch) | |
tree | c4b3f7a720f097bcdfa25e25107e923bbec2399e /map.js | |
parent | c222c0230e5bdbea39b097946228d9e2fd92c434 (diff) |
removed misbehaving cursor
Diffstat (limited to 'map.js')
-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); } |