[Mapbender-commits] r6451 - trunk/mapbender/lib
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Jun 29 08:07:08 EDT 2010
Author: christoph
Date: 2010-06-29 12:07:08 +0000 (Tue, 29 Jun 2010)
New Revision: 6451
Modified:
trunk/mapbender/lib/wizard.js
Log:
Modified: trunk/mapbender/lib/wizard.js
===================================================================
--- trunk/mapbender/lib/wizard.js 2010-06-29 12:04:48 UTC (rev 6450)
+++ trunk/mapbender/lib/wizard.js 2010-06-29 12:07:08 UTC (rev 6451)
@@ -109,8 +109,8 @@
var $wiz = wizardInstance.element;
$wiz.data("isWizard", true);
- if (o.startWith) {
- getPath(o.startWith);
+ if (this.options.startWith) {
+ getPath(this.options.startWith);
}
$("a.wizard").live("click", function (e) {
More information about the Mapbender_commits
mailing list