From f3902147657cf2773e73f76f7e5fe810d0db6c78 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 6 Dec 2008 22:57:00 +0000 Subject: removed misbehaving cursor --- map.js | 1 - 1 file changed, 1 deletion(-) 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); } -- cgit v1.2.1