diff options
| author | Jacob Thornton <[email protected]> | 2012-10-17 22:51:39 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-10-17 22:51:39 -0700 |
| commit | 280d4aeb30aa6b29ec74bd801ad1be3fc05e01f4 (patch) | |
| tree | 874872159c9bc91c79ab8de491e11e1a6ba27df6 /docs/assets/js/bootstrap-tab.js | |
| parent | 24b5e6cb142ad5ac530c0815ebf1cc102e2e381b (diff) | |
| download | bootstrap-280d4aeb30aa6b29ec74bd801ad1be3fc05e01f4.tar.xz bootstrap-280d4aeb30aa6b29ec74bd801ad1be3fc05e01f4.zip | |
rebuild
Diffstat (limited to 'docs/assets/js/bootstrap-tab.js')
| -rw-r--r-- | docs/assets/js/bootstrap-tab.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/js/bootstrap-tab.js b/docs/assets/js/bootstrap-tab.js index 4fb3c3839..b4e142864 100644 --- a/docs/assets/js/bootstrap-tab.js +++ b/docs/assets/js/bootstrap-tab.js @@ -49,7 +49,7 @@ if ( $this.parent('li').hasClass('active') ) return - previous = $ul.find('.active a').last()[0] + previous = $ul.find('.active:last a')[0] e = $.Event('show', { relatedTarget: previous |
