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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Oct 20 08:16:05 EDT 2009


Author: christoph
Date: 2009-10-20 08:16:05 -0400 (Tue, 20 Oct 2009)
New Revision: 4830

Modified:
   branches/2.6/http/javascripts/mod_highlightPOI.php
Log:
removed obsolete parent reference

Modified: branches/2.6/http/javascripts/mod_highlightPOI.php
===================================================================
--- branches/2.6/http/javascripts/mod_highlightPOI.php	2009-10-20 12:15:39 UTC (rev 4829)
+++ branches/2.6/http/javascripts/mod_highlightPOI.php	2009-10-20 12:16:05 UTC (rev 4830)
@@ -129,7 +129,7 @@
 	if (!map_el.ownerDocument.getElementById(mapObject.elementName + "_permanent")) {
 		//create Box Elements
 
-		var $div = parent.$("<div id='" + mapObject.elementName + "_permanent'><img src='../img/redball.gif'/></div>");
+		var $div = $("<div id='" + mapObject.elementName + "_permanent'><img src='../img/redball.gif'/></div>");
 		$div.css({
 			position: "absolute",
 			top: "0px",



More information about the Mapbender_commits mailing list