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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Jun 29 06:20:16 EDT 2010


Author: christoph
Date: 2010-06-29 10:20:16 +0000 (Tue, 29 Jun 2010)
New Revision: 6446

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


Modified: trunk/mapbender/lib/wizard.js
===================================================================
--- trunk/mapbender/lib/wizard.js	2010-06-29 10:19:12 UTC (rev 6445)
+++ trunk/mapbender/lib/wizard.js	2010-06-29 10:20:16 UTC (rev 6446)
@@ -13,7 +13,7 @@
 		}		
 	},
 	_navigate: function ($t) {
-		if (o.fade) {
+		if (this.options.fade) {
 			$t.siblings("div").fadeOut(function () {
 				$t.fadeIn();
 			});
@@ -32,7 +32,7 @@
 		if (m && m.path) {
 			p = m.path.split("/");
 		}
-		o.onClickLink(p);			
+		this.options.onClickLink(p);			
 	},
 	_clickHandler: function (e, $t) {
 		this._getPath($t);



More information about the Mapbender_commits mailing list