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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Mar 25 06:09:15 EDT 2008


Author: astrid_emde
Date: 2008-03-25 06:09:15 -0400 (Tue, 25 Mar 2008)
New Revision: 2285

Modified:
   branches/2.5/http/javascripts/popup.js
Log:
this.options.top error in definition posy

Modified: branches/2.5/http/javascripts/popup.js
===================================================================
--- branches/2.5/http/javascripts/popup.js	2008-03-20 15:34:19 UTC (rev 2284)
+++ branches/2.5/http/javascripts/popup.js	2008-03-25 10:09:15 UTC (rev 2285)
@@ -67,7 +67,7 @@
 		
 		//Set vars
 		if(posx)this.options.left=posx;
-		if(posy)this.options.top=posx;
+		if(posy)this.options.top=posy;
 		if(width)this.options.width=width;
 		if(height)this.options.height=height;
 		if(title)this.options.title=title;



More information about the Mapbender_commits mailing list