[Mapbender-commits] r6315 - trunk/mapbender/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Jun 18 04:07:54 EDT 2010
Author: christoph
Date: 2010-06-18 08:07:54 +0000 (Fri, 18 Jun 2010)
New Revision: 6315
Modified:
trunk/mapbender/http/javascripts/map.php
Log:
Modified: trunk/mapbender/http/javascripts/map.php
===================================================================
--- trunk/mapbender/http/javascripts/map.php 2010-06-18 08:06:17 UTC (rev 6314)
+++ trunk/mapbender/http/javascripts/map.php 2010-06-18 08:07:54 UTC (rev 6315)
@@ -283,15 +283,7 @@
new Mapbender.Exception("Unknown element " + link.id);
}
else {
- console.log(element);
- console.log(element.events);
- console.log(link.event);
- console.log();
-
element.events[link.event].register(function (obj) {
- console.log("triggering ");
- console.log(target);
- console.log(i.method);
var target = $("#" + settings.id).mapbender();
if (target && typeof target[i.method] === "function") {
if (typeof link.value !== "undefined") {
More information about the Mapbender_commits
mailing list