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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Nov 9 03:46:02 EST 2007


Author: verenadiewald
Date: 2007-11-09 03:46:02 -0500 (Fri, 09 Nov 2007)
New Revision: 1788

Modified:
   trunk/mapbender/http/javascripts/mod_dragMapSize.php
Log:
removed / at the beginning of transparent.gif URL

Modified: trunk/mapbender/http/javascripts/mod_dragMapSize.php
===================================================================
--- trunk/mapbender/http/javascripts/mod_dragMapSize.php	2007-11-08 15:05:37 UTC (rev 1787)
+++ trunk/mapbender/http/javascripts/mod_dragMapSize.php	2007-11-09 08:46:02 UTC (rev 1788)
@@ -75,7 +75,7 @@
 		mouseCatcher.style.height = 500;
 		mouseCatcher.style.zIndex = 160;
 		if(top.ie)
-			mouseCatcher.style.background = "url(/../img/transparent.gif)"; 
+			mouseCatcher.style.background = "url(../img/transparent.gif)"; 
 		mouseCatcher.style.left=clickX-250;
 		mouseCatcher.style.top=clickY-250;
 		



More information about the Mapbender_commits mailing list