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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jun 17 08:49:06 EDT 2010


Author: christoph
Date: 2010-06-17 12:49:06 +0000 (Thu, 17 Jun 2010)
New Revision: 6300

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:45:43 UTC (rev 6299)
+++ trunk/mapbender/http/plugins/mb_wizard.js	2010-06-17 12:49:06 UTC (rev 6300)
@@ -1,9 +1,9 @@
 var $wizard = $(this);
 
 var WizardApi = function (o) {
-	$wizard.append(o.$target.wizard({
+	$wizard.append(o.$target).wizard({
 		fade: true
-	}));
+	});
 };
 
 $wizard.mapbender(new WizardApi(options));



More information about the Mapbender_commits mailing list