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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Jun 29 06:21:31 EDT 2010


Author: christoph
Date: 2010-06-29 10:21:31 +0000 (Tue, 29 Jun 2010)
New Revision: 6447

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


Modified: trunk/mapbender/lib/wizard.js
===================================================================
--- trunk/mapbender/lib/wizard.js	2010-06-29 10:20:16 UTC (rev 6446)
+++ trunk/mapbender/lib/wizard.js	2010-06-29 10:21:31 UTC (rev 6447)
@@ -55,15 +55,12 @@
 //		}
 		var found = false;
 		var abort = false;
-		console.log($target);
 		var wizardInstance = this.element;
 		$target.parents().each(function () {
 			if (abort || found) {
 				return;
 			}
 			var $currentElement = $(this);
-			console.log($currentElement);
-			console.log(wizardInstance);
 			// not this target's wizard
 			if ($currentElement.data("isWizard") && $currentElement.get(0) !== wizardInstance.get(0)) {
 				abort = true;



More information about the Mapbender_commits mailing list