[Mapbender-commits] r3308 - branches/2.5/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Dec 15 04:04:32 EST 2008


Author: christoph
Date: 2008-12-15 04:04:32 -0500 (Mon, 15 Dec 2008)
New Revision: 3308

Modified:
   branches/2.5/http/javascripts/geometry.js
Log:
removed help cursor

Modified: branches/2.5/http/javascripts/geometry.js
===================================================================
--- branches/2.5/http/javascripts/geometry.js	2008-12-15 09:00:15 UTC (rev 3307)
+++ branches/2.5/http/javascripts/geometry.js	2008-12-15 09:04:32 UTC (rev 3308)
@@ -1277,7 +1277,6 @@
 		var newImg = that.canvasDivTag.getRootNode().createElement("img");
 		newImg.src = url;
 		newImg.className = "mapsymbol";
-		newImg.style.cursor = "help";
 		newImg.style.position = "absolute";
 
 		// center the image at x, y



More information about the Mapbender_commits mailing list