[Mapbender-commits] r6310 - trunk/mapbender/http/plugins
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Jun 18 03:53:24 EDT 2010
Author: christoph
Date: 2010-06-18 07:53:24 +0000 (Fri, 18 Jun 2010)
New Revision: 6310
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-17 13:41:30 UTC (rev 6309)
+++ trunk/mapbender/http/plugins/mb_pane.js 2010-06-18 07:53:24 UTC (rev 6310)
@@ -49,7 +49,7 @@
north__onresize: resizeSubPanes,
south__onresize: resizeSubPanes,
east__onresize: resizeSubPanes,
- west__onresize: resizeSubPanes,
+ west__onresize: resizeSubPanes
// onclose: resizeSubPanes,
// onshow: resizeSubPanes,
// onhide: resizeSubPanes,
@@ -58,6 +58,7 @@
layout.resizeAll();
this.resizeAll = function () {
+ console.log("resizeAll");
layout.resizeAll();
};
More information about the Mapbender_commits
mailing list