[Mapbender-commits] r6460 - trunk/mapbender/lib
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Jun 29 10:21:14 EDT 2010
Author: christoph
Date: 2010-06-29 14:21:14 +0000 (Tue, 29 Jun 2010)
New Revision: 6460
Modified:
trunk/mapbender/lib/wizard.js
Log:
Modified: trunk/mapbender/lib/wizard.js
===================================================================
--- trunk/mapbender/lib/wizard.js 2010-06-29 14:19:43 UTC (rev 6459)
+++ trunk/mapbender/lib/wizard.js 2010-06-29 14:21:14 UTC (rev 6460)
@@ -39,8 +39,8 @@
this._getPath($t);
this._navigate($t);
- console.log("to" + $t.attr("id"));
- this._trigger("to" + $t.attr("id"), null, {});
+ console.log("to" + $t.attr("id").toLowerCase());
+ this._trigger("to" + $t.attr("id").toLowerCase(), null, {});
// this._trigger("to", null, {});
if (e) {
e.preventDefault();
More information about the Mapbender_commits
mailing list