diff options
| author | Chris Rebert <[email protected]> | 2014-11-12 16:32:51 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-11-12 16:32:51 -0800 |
| commit | ddf39cc2e7e1c676d5141e259e362e241e4c6f0f (patch) | |
| tree | 486d339b7f44b866e94158cc65ff239e63fe0548 /docs/_includes/js/tabs.html | |
| parent | 856d31b373622b9bc45cc893835fc9683ee708c0 (diff) | |
| download | bootstrap-ddf39cc2e7e1c676d5141e259e362e241e4c6f0f.tar.xz bootstrap-ddf39cc2e7e1c676d5141e259e362e241e4c6f0f.zip | |
Don't line wrap event names in JS plugin docs
Diffstat (limited to 'docs/_includes/js/tabs.html')
| -rw-r--r-- | docs/_includes/js/tabs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/tabs.html b/docs/_includes/js/tabs.html index 9de511b9a..8c5ed1f45 100644 --- a/docs/_includes/js/tabs.html +++ b/docs/_includes/js/tabs.html @@ -128,7 +128,7 @@ $('#myTab li:eq(2) a').tab('show') // Select third tab (0-indexed) </ol> <p>If no tab was already active, then the <code>hide.bs.tab</code> and <code>hidden.bs.tab</code> events will not be fired.</p> <div class="table-responsive"> - <table class="table table-bordered table-striped"> + <table class="table table-bordered table-striped bs-events-table"> <thead> <tr> <th style="width: 150px;">Event Type</th> |
