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