[Mapbender-commits] r6342 - trunk/mapbender/lib
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Jun 18 07:02:13 EDT 2010
Author: christoph
Date: 2010-06-18 11:02:13 +0000 (Fri, 18 Jun 2010)
New Revision: 6342
Modified:
trunk/mapbender/lib/wizard.js
Log:
Modified: trunk/mapbender/lib/wizard.js
===================================================================
--- trunk/mapbender/lib/wizard.js 2010-06-18 10:57:37 UTC (rev 6341)
+++ trunk/mapbender/lib/wizard.js 2010-06-18 11:02:13 UTC (rev 6342)
@@ -6,10 +6,13 @@
return this.each(function () {
var wizardInstance = this;
- $(wizardInstance).data("isWizard", true);
+ var $wiz = $(wizardInstance);
+ $wiz.data("isWizard", true);
+ var activeNode = $wiz.find("div:visible");
+
var history = [
- wizardInstance.title
+ activeNode.get(0).title
];
var o = $.extend({
More information about the Mapbender_commits
mailing list