[Mapbender-commits] r6335 - trunk/mapbender/http/plugins
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Jun 18 06:04:03 EDT 2010
Author: christoph
Date: 2010-06-18 10:04:02 +0000 (Fri, 18 Jun 2010)
New Revision: 6335
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-06-18 09:41:44 UTC (rev 6334)
+++ trunk/mapbender/http/plugins/mb_pane.js 2010-06-18 10:04:02 UTC (rev 6335)
@@ -61,7 +61,7 @@
new Mapbender.Warning("Resizing panes of " + o.id);
setTimeout(function () {
layout.resizeAll();
- }, 100);
+ }, 1000);
};
Mapbender.events.afterInit.register(function () {
More information about the Mapbender_commits
mailing list