[Mapbender-commits] r6458 - trunk/mapbender/lib
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Jun 29 10:16:49 EDT 2010
Author: christoph
Date: 2010-06-29 14:16:48 +0000 (Tue, 29 Jun 2010)
New Revision: 6458
Modified:
trunk/mapbender/lib/wizard.js
Log:
Modified: trunk/mapbender/lib/wizard.js
===================================================================
--- trunk/mapbender/lib/wizard.js 2010-06-29 14:14:52 UTC (rev 6457)
+++ trunk/mapbender/lib/wizard.js 2010-06-29 14:16:48 UTC (rev 6458)
@@ -35,6 +35,8 @@
this.options.onClickLink(p);
},
_clickHandler: function (e, $t) {
+ console.trace();
+
this._getPath($t);
this._navigate($t);
// this._trigger("to" + $t.attr("id"), e, {});
@@ -44,7 +46,6 @@
}
},
to: function (link, e) {
- console.trace();
var href, $target, me;
if (e === undefined) {
$target = arguments[0];
More information about the Mapbender_commits
mailing list