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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Sep 5 06:16:18 EDT 2011


Author: verenadiewald
Date: 2011-09-05 03:16:18 -0700 (Mon, 05 Sep 2011)
New Revision: 8100

Modified:
   branches/2.7/http/javascripts/mod_horizTabs.js
Log:
timeout f?\195?\188r aufbau horizontal tabs

Modified: branches/2.7/http/javascripts/mod_horizTabs.js
===================================================================
--- branches/2.7/http/javascripts/mod_horizTabs.js	2011-09-05 10:05:00 UTC (rev 8099)
+++ branches/2.7/http/javascripts/mod_horizTabs.js	2011-09-05 10:16:18 UTC (rev 8100)
@@ -85,6 +85,11 @@
 			this.activeTab=i;
 		});
 	}
+
+        window.setTimeout(function(){
+            $(".nested-tabs-fixup").activateTab(0);
+        },5000);
+
 })
 (jQuery);
 



More information about the Mapbender_commits mailing list