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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jun 17 09:28:56 EDT 2010


Author: christoph
Date: 2010-06-17 13:28:56 +0000 (Thu, 17 Jun 2010)
New Revision: 6305

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


Modified: trunk/mapbender/lib/wizard.js
===================================================================
--- trunk/mapbender/lib/wizard.js	2010-06-17 13:27:47 UTC (rev 6304)
+++ trunk/mapbender/lib/wizard.js	2010-06-17 13:28:56 UTC (rev 6305)
@@ -24,6 +24,7 @@
 
 	return this.each(function () {
 		var wizardInstance = this;
+		console.log(wizardInstance);
 		$("a.wizard").live("click", function (e) {
 			var href = $(this).attr("href");
 			var $target = $(href);



More information about the Mapbender_commits mailing list