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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Apr 11 07:46:48 EDT 2008


Author: christoph
Date: 2008-04-11 07:46:47 -0400 (Fri, 11 Apr 2008)
New Revision: 2383

Modified:
   branches/2.5/http/javascripts/popup.js
Log:
unique popup id

Modified: branches/2.5/http/javascripts/popup.js
===================================================================
--- branches/2.5/http/javascripts/popup.js	2008-04-11 09:48:13 UTC (rev 2382)
+++ branches/2.5/http/javascripts/popup.js	2008-04-11 11:46:47 UTC (rev 2383)
@@ -51,7 +51,8 @@
 			break;
 		}
 
-	this.id="popup"+String(create_pos);
+//	this.id="popup"+String(create_pos);
+	this.id="popup"+String(popup_top);
 	
 	//Set defaults
 	defaults = {



More information about the Mapbender_commits mailing list