[Mapbender-commits] r6490 - trunk/mapbender/http/plugins

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jul 1 09:45:13 EDT 2010


Author: christoph
Date: 2010-07-01 13:45:13 +0000 (Thu, 01 Jul 2010)
New Revision: 6490

Modified:
   trunk/mapbender/http/plugins/mb_pane.js
Log:


Modified: trunk/mapbender/http/plugins/mb_pane.js
===================================================================
--- trunk/mapbender/http/plugins/mb_pane.js	2010-07-01 13:42:27 UTC (rev 6489)
+++ trunk/mapbender/http/plugins/mb_pane.js	2010-07-01 13:45:13 UTC (rev 6490)
@@ -59,9 +59,9 @@
 	
 	this.resizeAll = function () {
 		new Mapbender.Warning("Resizing panes of " + o.id);
-		setTimeout(function () {
+//		setTimeout(function () {
 			layout.resizeAll();
-		}, 500);
+//		}, 500);
 	};
 	
 	Mapbender.events.afterInit.register(function () {



More information about the Mapbender_commits mailing list