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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Jun 29 05:59:02 EDT 2010


Author: christoph
Date: 2010-06-29 09:59:02 +0000 (Tue, 29 Jun 2010)
New Revision: 6437

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


Modified: trunk/mapbender/lib/wizard.js
===================================================================
--- trunk/mapbender/lib/wizard.js	2010-06-29 09:56:18 UTC (rev 6436)
+++ trunk/mapbender/lib/wizard.js	2010-06-29 09:59:02 UTC (rev 6437)
@@ -56,11 +56,14 @@
 		}
 		var found = false;
 		var abort = false;
+		console.log($target);
+		var wizardInstance = this;
 		$target.parents().each(function () {
 			if (abort || found) {
 				return;
 			}
 			var $currentElement = $(this);
+			console.log($currentElement);
 			// not this target's wizard
 			if ($currentElement.data("isWizard") && this !== wizardInstance) {
 				abort = true;



More information about the Mapbender_commits mailing list