[Mapbender-commits] r6304 - trunk/mapbender/lib
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Jun 17 09:27:47 EDT 2010
Author: christoph
Date: 2010-06-17 13:27:47 +0000 (Thu, 17 Jun 2010)
New Revision: 6304
Modified:
trunk/mapbender/lib/wizard.js
Log:
Modified: trunk/mapbender/lib/wizard.js
===================================================================
--- trunk/mapbender/lib/wizard.js 2010-06-17 13:26:05 UTC (rev 6303)
+++ trunk/mapbender/lib/wizard.js 2010-06-17 13:27:47 UTC (rev 6304)
@@ -25,9 +25,11 @@
return this.each(function () {
var wizardInstance = this;
$("a.wizard").live("click", function (e) {
- var $link = $(this);
- var href = $link.attr("href");
+ 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