[Mapbender-commits] r6279 - trunk/mapbender/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Jun 16 10:40:29 EDT 2010


Author: christoph
Date: 2010-06-16 14:40:29 +0000 (Wed, 16 Jun 2010)
New Revision: 6279

Modified:
   trunk/mapbender/http/javascripts/map.php
Log:


Modified: trunk/mapbender/http/javascripts/map.php
===================================================================
--- trunk/mapbender/http/javascripts/map.php	2010-06-16 13:43:50 UTC (rev 6278)
+++ trunk/mapbender/http/javascripts/map.php	2010-06-16 14:40:29 UTC (rev 6279)
@@ -311,7 +311,7 @@
 	$jsText
 	
 	$linkJsPluginsText
-	
+/*	
 	$("img").bind("mousedown", function (e) {
 		e.preventDefault();
 	}).bind("mouseover", function (e) {
@@ -319,6 +319,7 @@
 	}).bind("mousemove", function (e) {
 		e.preventDefault();
 	});
+*/	
 	// creates the map objects (mapframe1, overview...)
 	Mapbender.events.initMaps.trigger();
 



More information about the Mapbender_commits mailing list