[Mapbender-commits] r5956 - trunk/mapbender/http/html

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Apr 15 10:12:15 EDT 2010


Author: christoph
Date: 2010-04-15 10:12:15 -0400 (Thu, 15 Apr 2010)
New Revision: 5956

Modified:
   trunk/mapbender/http/html/mod_treefolderPlain.php
Log:
commented enlargetreewidth: still buggy

Modified: trunk/mapbender/http/html/mod_treefolderPlain.php
===================================================================
--- trunk/mapbender/http/html/mod_treefolderPlain.php	2010-04-15 14:10:48 UTC (rev 5955)
+++ trunk/mapbender/http/html/mod_treefolderPlain.php	2010-04-15 14:12:15 UTC (rev 5956)
@@ -221,9 +221,10 @@
 eventAfterMapRequest.register(updateScale);
 eventAfterMapRequest.register(updateCheckState);
 
-
+/*
 if (enlargetreewidth) {
     eventAfterInit.register(function(){
+
         var initialWidth = parseInt($('#treeGDE').css("width"));
         $('#treeGDE').bind("mouseenter", function(){
             $(this).css({
@@ -240,7 +241,7 @@
         });
     });
 }
-
+*/
 if(wmsbuttons != "true")
 	jst_highlight = false;
 



More information about the Mapbender_commits mailing list