[Mapbender-commits] r6401 - trunk/mapbender/lib
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Jun 22 10:53:51 EDT 2010
Author: christoph
Date: 2010-06-22 14:53:51 +0000 (Tue, 22 Jun 2010)
New Revision: 6401
Modified:
trunk/mapbender/lib/wizard.js
Log:
Modified: trunk/mapbender/lib/wizard.js
===================================================================
--- trunk/mapbender/lib/wizard.js 2010-06-22 14:51:19 UTC (rev 6400)
+++ trunk/mapbender/lib/wizard.js 2010-06-22 14:53:51 UTC (rev 6401)
@@ -53,6 +53,7 @@
var found = false;
var abort = false;
$target.parents().each(function () {
+ console.log(wizardInstance);
console.log($(this));
if (abort || found) {
return;
More information about the Mapbender_commits
mailing list