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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Jun 29 06:03:05 EDT 2010


Author: christoph
Date: 2010-06-29 10:03:05 +0000 (Tue, 29 Jun 2010)
New Revision: 6440

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


Modified: trunk/mapbender/lib/wizard.js
===================================================================
--- trunk/mapbender/lib/wizard.js	2010-06-29 10:01:52 UTC (rev 6439)
+++ trunk/mapbender/lib/wizard.js	2010-06-29 10:03:05 UTC (rev 6440)
@@ -64,6 +64,7 @@
 			}
 			var $currentElement = $(this);
 			console.log($currentElement);
+			console.log(wizardInstance);
 			// not this target's wizard
 			if ($currentElement.data("isWizard") && $currentElement !== wizardInstance) {
 				abort = true;



More information about the Mapbender_commits mailing list