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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sat Mar 8 11:16:20 EST 2008


Author: astrid_emde
Date: 2008-03-08 11:16:20 -0500 (Sat, 08 Mar 2008)
New Revision: 2217

Modified:
   branches/2.5/http/javascripts/mod_fisheye.php
Log:
without text

Modified: branches/2.5/http/javascripts/mod_fisheye.php
===================================================================
--- branches/2.5/http/javascripts/mod_fisheye.php	2008-03-08 16:14:30 UTC (rev 2216)
+++ branches/2.5/http/javascripts/mod_fisheye.php	2008-03-08 16:16:20 UTC (rev 2217)
@@ -33,7 +33,8 @@
 	  .wrapAll($newInnerContainer)
 	  .wrap('<a href="#" class="fisheyeItem">')
 	  .each(function() {
-	  	$( this ).before('<span>' + $( this ).attr('title') + '</span>');
+	  	//$( this ).before('<span>' + $( this ).attr('title') + '</span>');
+	  	$( this ).before('<span></span>');
 	  })
 	
 	$newOuterContainer.appendTo( '#<?php echo $e_id; ?>' );



More information about the Mapbender_commits mailing list