[Mapbender-commits] r8114 - branches/2.7/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Sep 8 04:29:43 EDT 2011


Author: verenadiewald
Date: 2011-09-08 01:29:43 -0700 (Thu, 08 Sep 2011)
New Revision: 8114

Modified:
   branches/2.7/http/javascripts/mod_horizTabs.js
Log:
set timeout for correct build of horizontal tabs

Modified: branches/2.7/http/javascripts/mod_horizTabs.js
===================================================================
--- branches/2.7/http/javascripts/mod_horizTabs.js	2011-09-07 22:31:06 UTC (rev 8113)
+++ branches/2.7/http/javascripts/mod_horizTabs.js	2011-09-08 08:29:43 UTC (rev 8114)
@@ -88,3 +88,7 @@
 })
 (jQuery);
 
+window.setTimeout(function(){
+     $(".nested-tabs-fixup").activateTab(0);
+},5000);
+



More information about the Mapbender_commits mailing list