[Mapbender-commits] r4836 - branches/2.6/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Oct 20 08:24:15 EDT 2009
Author: christoph
Date: 2009-10-20 08:24:15 -0400 (Tue, 20 Oct 2009)
New Revision: 4836
Modified:
branches/2.6/http/javascripts/mod_featureInfoTunnel.php
Log:
cursor
Modified: branches/2.6/http/javascripts/mod_featureInfoTunnel.php
===================================================================
--- branches/2.6/http/javascripts/mod_featureInfoTunnel.php 2009-10-20 12:23:17 UTC (rev 4835)
+++ branches/2.6/http/javascripts/mod_featureInfoTunnel.php 2009-10-20 12:24:15 UTC (rev 4836)
@@ -52,9 +52,12 @@
}
function mod_featureInfoTunnel_click(){
mod_featureInfoTunnel_map.getDomElement().onclick = mod_featureInfoTunnel_event;
+ mod_featureInfoTunnel_map.getDomElement().style.cursor = "help";
+
}
function mod_featureInfoTunnel_disable(){
mod_featureInfoTunnel_map.getDomElement().onclick = null;
+ mod_featureInfoTunnel_map.getDomElement().style.cursor = "default";
}
function mod_featureInfoTunnel_event(e){
eventBeforeFeatureInfo.trigger({"fName":mod_featureInfoTunnel_target});
More information about the Mapbender_commits
mailing list