[Mapbender-commits] r6496 - trunk/mapbender/lib
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Jul 1 10:19:21 EDT 2010
Author: christoph
Date: 2010-07-01 14:19:21 +0000 (Thu, 01 Jul 2010)
New Revision: 6496
Modified:
trunk/mapbender/lib/wizard.js
Log:
Modified: trunk/mapbender/lib/wizard.js
===================================================================
--- trunk/mapbender/lib/wizard.js 2010-07-01 14:18:20 UTC (rev 6495)
+++ trunk/mapbender/lib/wizard.js 2010-07-01 14:19:21 UTC (rev 6496)
@@ -110,7 +110,7 @@
if (this.options.startWith) {
var path = this._getPath(this.options.startWith);
- this._trigger("to" + this.options.startWith.toLowerCase(), null, {});
+ this._trigger("to" + this.options.startWith.attr("id").toLowerCase(), null, {});
this._trigger("to", null, {});
this.options.onClickLink(path);
}
More information about the Mapbender_commits
mailing list