From: patricker Date: Thu, 16 Jan 2014 18:41:34 +0000 (-0700) Subject: Update javascript.html X-Git-Tag: v3.1.0~85^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12260%2Fhead;p=thirdparty%2Fbootstrap.git 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/ --- 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 %}