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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jun 17 09:41:30 EDT 2010


Author: christoph
Date: 2010-06-17 13:41:30 +0000 (Thu, 17 Jun 2010)
New Revision: 6309

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


Modified: trunk/mapbender/lib/wizard.js
===================================================================
--- trunk/mapbender/lib/wizard.js	2010-06-17 13:37:52 UTC (rev 6308)
+++ trunk/mapbender/lib/wizard.js	2010-06-17 13:41:30 UTC (rev 6309)
@@ -24,13 +24,9 @@
 
 	return this.each(function () {
 		var wizardInstance = this;
-		console.log(wizardInstance);
 		$("a.wizard").live("click", function (e) {
 			var href = $(this).attr("href");
 			var $target = $(href);
-			console.log($target);
-			console.log(wizardInstance);
-			console.log($target.parent().get(0));
 			if ($target.size() === 0 || wizardInstance !== $target.parent().get(0)) {
 				return;
 			}



More information about the Mapbender_commits mailing list