[Mapbender-commits] r5348 - trunk/mapbender/http/plugins
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Jan 19 07:21:27 EST 2010
Author: christoph
Date: 2010-01-19 07:21:27 -0500 (Tue, 19 Jan 2010)
New Revision: 5348
Modified:
trunk/mapbender/http/plugins/mb_navigation.js
Log:
removed console.log
Modified: trunk/mapbender/http/plugins/mb_navigation.js
===================================================================
--- trunk/mapbender/http/plugins/mb_navigation.js 2010-01-19 12:20:47 UTC (rev 5347)
+++ trunk/mapbender/http/plugins/mb_navigation.js 2010-01-19 12:21:27 UTC (rev 5348)
@@ -91,7 +91,6 @@
"'ui-icon ui-corner-all ui-state-default ui-icon-triangle-1-" + dir +
"'></span>"
).click(function (e) {
- console.log(e.target);
$target.mapbender(function () {
this.pan(dir);
});
More information about the Mapbender_commits
mailing list