[Mapbender-commits] r2365 - branches/2.5/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Apr 8 03:42:33 EDT 2008


Author: christoph
Date: 2008-04-08 03:42:33 -0400 (Tue, 08 Apr 2008)
New Revision: 2365

Modified:
   branches/2.5/http/javascripts/mod_resize_mapsize.php
Log:
bug fix http://trac.osgeo.org/mapbender/ticket/206

Modified: branches/2.5/http/javascripts/mod_resize_mapsize.php
===================================================================
--- branches/2.5/http/javascripts/mod_resize_mapsize.php	2008-04-07 16:39:57 UTC (rev 2364)
+++ branches/2.5/http/javascripts/mod_resize_mapsize.php	2008-04-08 07:42:33 UTC (rev 2365)
@@ -121,5 +121,7 @@
     }
 }
 if (resize_option == 'auto'){
-    window.setTimeout('control()', 3000);
+	eventInit.register(function() {
+		control();
+	});
 }



More information about the Mapbender_commits mailing list