[Mapbender-commits] r6301 - trunk/mapbender/http/plugins
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Jun 17 08:50:36 EDT 2010
Author: christoph
Date: 2010-06-17 12:50:36 +0000 (Thu, 17 Jun 2010)
New Revision: 6301
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:49:06 UTC (rev 6300)
+++ trunk/mapbender/http/plugins/mb_wizard.js 2010-06-17 12:50:36 UTC (rev 6301)
@@ -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