[Mapbender-commits] r6299 - trunk/mapbender/http/plugins

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jun 17 08:45:43 EDT 2010


Author: christoph
Date: 2010-06-17 12:45:43 +0000 (Thu, 17 Jun 2010)
New Revision: 6299

Modified:
   trunk/mapbender/http/plugins/mb_wizard.js
Log:


Modified: trunk/mapbender/http/plugins/mb_wizard.js
===================================================================
--- trunk/mapbender/http/plugins/mb_wizard.js	2010-06-17 12:21:51 UTC (rev 6298)
+++ trunk/mapbender/http/plugins/mb_wizard.js	2010-06-17 12:45:43 UTC (rev 6299)
@@ -1,7 +1,9 @@
 var $wizard = $(this);
 
 var WizardApi = function (o) {
-	$wizard.append(o.$target);
+	$wizard.append(o.$target.wizard({
+		fade: true
+	}));
 };
 
 $wizard.mapbender(new WizardApi(options));



More information about the Mapbender_commits mailing list