[Mapbender-commits] r6404 - trunk/mapbender/lib
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Jun 22 10:59:04 EDT 2010
Author: christoph
Date: 2010-06-22 14:59:04 +0000 (Tue, 22 Jun 2010)
New Revision: 6404
Modified:
trunk/mapbender/lib/wizard.js
Log:
Modified: trunk/mapbender/lib/wizard.js
===================================================================
--- trunk/mapbender/lib/wizard.js 2010-06-22 14:57:09 UTC (rev 6403)
+++ trunk/mapbender/lib/wizard.js 2010-06-22 14:59:04 UTC (rev 6404)
@@ -87,6 +87,7 @@
return;
}
var wizardInstance = this;
+ var o = $(this).data("wizardOptions");
if (options === "to" && args.length === 2) {
return to(null, args[1]);
}
@@ -106,6 +107,8 @@
return true;
}
}, options || {});
+ $wiz.data("wizardOptions", o);
+
if (o.startWith) {
getPath(o.startWith);
More information about the Mapbender_commits
mailing list