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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jul 1 10:18:20 EDT 2010


Author: christoph
Date: 2010-07-01 14:18:20 +0000 (Thu, 01 Jul 2010)
New Revision: 6495

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


Modified: trunk/mapbender/lib/wizard.js
===================================================================
--- trunk/mapbender/lib/wizard.js	2010-07-01 14:09:47 UTC (rev 6494)
+++ trunk/mapbender/lib/wizard.js	2010-07-01 14:18:20 UTC (rev 6495)
@@ -109,11 +109,12 @@
 		$wiz.data("wizard", wizardInstance);
 
 		if (this.options.startWith) {
-			this._getPath(this.options.startWith);
+			var path = this._getPath(this.options.startWith);
+			this._trigger("to" + this.options.startWith.toLowerCase(), null, {});
+			this._trigger("to", null, {});
+			this.options.onClickLink(path);			
 		}
 
-		this.options.fade = false;
-
 		$("a.wizard").live("click", function (e) {
 			wizardInstance.to(this, e);
 		});



More information about the Mapbender_commits mailing list