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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Jun 29 10:19:43 EDT 2010


Author: christoph
Date: 2010-06-29 14:19:43 +0000 (Tue, 29 Jun 2010)
New Revision: 6459

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


Modified: trunk/mapbender/lib/wizard.js
===================================================================
--- trunk/mapbender/lib/wizard.js	2010-06-29 14:16:48 UTC (rev 6458)
+++ trunk/mapbender/lib/wizard.js	2010-06-29 14:19:43 UTC (rev 6459)
@@ -39,8 +39,9 @@
 
 		this._getPath($t);
 		this._navigate($t);
-//		this._trigger("to" + $t.attr("id"), e, {});
-		this._trigger("to", null, {});
+		console.log("to" + $t.attr("id"));
+		this._trigger("to" + $t.attr("id"), null, {});
+//		this._trigger("to", null, {});
 		if (e) {
 			e.preventDefault();
 		}



More information about the Mapbender_commits mailing list