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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Oct 30 06:34:27 EDT 2007


Author: verenadiewald
Date: 2007-10-30 06:34:26 -0400 (Tue, 30 Oct 2007)
New Revision: 1779

Modified:
   trunk/mapbender/http/javascripts/mod_dragMapSize.php
Log:
removed spelling mistake line 78: tranparent.gif

Modified: trunk/mapbender/http/javascripts/mod_dragMapSize.php
===================================================================
--- trunk/mapbender/http/javascripts/mod_dragMapSize.php	2007-10-30 09:56:15 UTC (rev 1778)
+++ trunk/mapbender/http/javascripts/mod_dragMapSize.php	2007-10-30 10:34:26 UTC (rev 1779)
@@ -75,7 +75,7 @@
 		mouseCatcher.style.height = 500;
 		mouseCatcher.style.zIndex = 160;
 		if(top.ie)
-			mouseCatcher.style.background = "url(/../img/tranparent.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