[Mapbender-commits] r6316 - trunk/mapbender/http/plugins
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Jun 18 04:10:03 EDT 2010
Author: christoph
Date: 2010-06-18 08:10:03 +0000 (Fri, 18 Jun 2010)
New Revision: 6316
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 08:07:54 UTC (rev 6315)
+++ trunk/mapbender/http/plugins/mb_pane.js 2010-06-18 08:10:03 UTC (rev 6316)
@@ -58,7 +58,7 @@
layout.resizeAll();
this.resizeAll = function () {
- console.log("resizeAll " + o.id);
+ new Mapbender.Warning("Resizing panes of " + o.id);
layout.resizeAll();
};
More information about the Mapbender_commits
mailing list