[Mapbender-commits] r6498 - trunk/mapbender/lib
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Jul 1 10:41:52 EDT 2010
Author: christoph
Date: 2010-07-01 14:41:52 +0000 (Thu, 01 Jul 2010)
New Revision: 6498
Modified:
trunk/mapbender/lib/wizard.js
Log:
Modified: trunk/mapbender/lib/wizard.js
===================================================================
--- trunk/mapbender/lib/wizard.js 2010-07-01 14:22:49 UTC (rev 6497)
+++ trunk/mapbender/lib/wizard.js 2010-07-01 14:41:52 UTC (rev 6498)
@@ -106,6 +106,9 @@
var $wiz = wizardInstance.element;
$wiz.data("wizard", wizardInstance);
+ // true = bad performance
+ this.options.fade = false;
+
if (this.options.startWith) {
var path = this._getPath(this.options.startWith);
this._trigger("to" + this.options.startWith.attr("id").toLowerCase(), null, {});
More information about the Mapbender_commits
mailing list