[Mapbender-commits] r4410 - branches/2.6/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Jul 21 10:50:11 EDT 2009


Author: marc
Date: 2009-07-21 10:50:11 -0400 (Tue, 21 Jul 2009)
New Revision: 4410

Modified:
   branches/2.6/http/javascripts/map_obj.js
Log:
(http://trac.osgeo.org/mapbender/ticket/492) 

Modified: branches/2.6/http/javascripts/map_obj.js
===================================================================
--- branches/2.6/http/javascripts/map_obj.js	2009-07-21 14:47:16 UTC (rev 4409)
+++ branches/2.6/http/javascripts/map_obj.js	2009-07-21 14:50:11 UTC (rev 4410)
@@ -625,8 +625,8 @@
 		}
 		//remove the last ampersant (&) of the mapurl
 		url = url.substr(0, url.length-1);
-    
-    return url;
+
+		return url;
 	}
 	
 	/**



More information about the Mapbender_commits mailing list