[Mapbender-commits] r6497 - in trunk/mapbender: http/plugins lib
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Jul 1 10:22:49 EDT 2010
Author: christoph
Date: 2010-07-01 14:22:49 +0000 (Thu, 01 Jul 2010)
New Revision: 6497
Modified:
trunk/mapbender/http/plugins/mb_pane.js
trunk/mapbender/lib/wizard.js
Log:
Modified: trunk/mapbender/http/plugins/mb_pane.js
===================================================================
--- trunk/mapbender/http/plugins/mb_pane.js 2010-07-01 14:19:21 UTC (rev 6496)
+++ trunk/mapbender/http/plugins/mb_pane.js 2010-07-01 14:22:49 UTC (rev 6497)
@@ -59,9 +59,7 @@
this.resizeAll = function () {
new Mapbender.Warning("Resizing panes of " + o.id);
-// setTimeout(function () {
- layout.resizeAll();
-// }, 500);
+ layout.resizeAll();
};
Mapbender.events.afterInit.register(function () {
Modified: trunk/mapbender/lib/wizard.js
===================================================================
--- trunk/mapbender/lib/wizard.js 2010-07-01 14:19:21 UTC (rev 6496)
+++ trunk/mapbender/lib/wizard.js 2010-07-01 14:22:49 UTC (rev 6497)
@@ -27,7 +27,6 @@
else {
$t.siblings("div,form,iframe").hide();
$t.show();
- console.log("WIZARD TRIGGER " + "to" + $t.attr("id").toLowerCase());
this._trigger("to" + $t.attr("id").toLowerCase(), null, {});
this.options.onClickLink(path);
}
@@ -103,7 +102,6 @@
this._clickHandler(e, $target);
},
_create: function () {
- console.log("CREATING WIZARD " + this.element.attr("id"));
var wizardInstance = this;
var $wiz = wizardInstance.element;
$wiz.data("wizard", wizardInstance);
More information about the Mapbender_commits
mailing list