[Mapbender-commits] r6438 - trunk/mapbender/lib

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Jun 29 06:00:30 EDT 2010


Author: christoph
Date: 2010-06-29 10:00:30 +0000 (Tue, 29 Jun 2010)
New Revision: 6438

Modified:
   trunk/mapbender/lib/wizard.js
Log:


Modified: trunk/mapbender/lib/wizard.js
===================================================================
--- trunk/mapbender/lib/wizard.js	2010-06-29 09:59:02 UTC (rev 6437)
+++ trunk/mapbender/lib/wizard.js	2010-06-29 10:00:30 UTC (rev 6438)
@@ -107,7 +107,7 @@
 		}
 */
 		var wizardInstance = this;
-		var $wiz = $(wizardInstance);
+		var $wiz = wizardInstance.element;
 		$wiz.data("isWizard", true);
 
 		if (o.startWith) {



More information about the Mapbender_commits mailing list