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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Jun 29 06:36:25 EDT 2010


Author: christoph
Date: 2010-06-29 10:36:25 +0000 (Tue, 29 Jun 2010)
New Revision: 6449

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


Modified: trunk/mapbender/lib/wizard.js
===================================================================
--- trunk/mapbender/lib/wizard.js	2010-06-29 10:33:37 UTC (rev 6448)
+++ trunk/mapbender/lib/wizard.js	2010-06-29 10:36:25 UTC (rev 6449)
@@ -37,6 +37,7 @@
 	_clickHandler: function (e, $t) {
 		this._getPath($t);
 		this._navigate($t);
+		console.log("to" + $t.attr("id"));
 		this._trigger("to" + $t.attr("id"), true);
 		if (e) {
 			e.preventDefault();



More information about the Mapbender_commits mailing list