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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jul 1 10:09:47 EDT 2010


Author: christoph
Date: 2010-07-01 14:09:47 +0000 (Thu, 01 Jul 2010)
New Revision: 6494

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


Modified: trunk/mapbender/lib/wizard.js
===================================================================
--- trunk/mapbender/lib/wizard.js	2010-07-01 14:08:01 UTC (rev 6493)
+++ trunk/mapbender/lib/wizard.js	2010-07-01 14:09:47 UTC (rev 6494)
@@ -103,6 +103,7 @@
 		this._clickHandler(e, $target);
 	},
 	_create: function () {
+		console.log("CREATING WIZARD " + this.element.attr("id"));
 		var wizardInstance = this;
 		var $wiz = wizardInstance.element;
 		$wiz.data("wizard", wizardInstance);



More information about the Mapbender_commits mailing list