[Mapbender-commits] r2481 - branches/2.5/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Jun 5 03:43:08 EDT 2008
Author: verenadiewald
Date: 2008-06-05 03:43:07 -0400 (Thu, 05 Jun 2008)
New Revision: 2481
Modified:
branches/2.5/http/javascripts/popup.js
Log:
popup.js with correct definition of popup id
Modified: branches/2.5/http/javascripts/popup.js
===================================================================
--- branches/2.5/http/javascripts/popup.js 2008-06-03 10:35:17 UTC (rev 2480)
+++ branches/2.5/http/javascripts/popup.js 2008-06-05 07:43:07 UTC (rev 2481)
@@ -51,8 +51,8 @@
break;
}
-// this.id="popup"+String(create_pos);
- this.id="popup"+String(popup_top);
+ this.id="popup"+String(create_pos);
+// this.id="popup"+String(popup_top);
//Set defaults
defaults = {
More information about the Mapbender_commits
mailing list