From 47f786e6ea21462a3653b3134b26f8088f855c82 Mon Sep 17 00:00:00 2001 From: patricker Date: Thu, 16 Jan 2014 11:41:34 -0700 Subject: [PATCH] Update javascript.html Fixed issue in Tabs example where the div had been marked as 'active' but the li had not been. The correct tab of data would be displayed on load, but no tabs would be highlighted. The tabs with fade example does not have this issue. jsFiddle: http://jsfiddle.net/uXV56/ --- docs/javascript.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/javascript.html b/docs/javascript.html index 3eeb2d8f03..2d8c0e7c61 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -793,7 +793,7 @@ $('#myTab li:eq(2) a').tab('show') // Select third tab (0-indexed) {% highlight html %}