diff options
| author | Mark Otto <[email protected]> | 2014-06-08 16:54:05 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-08 16:54:05 -0700 |
| commit | 85cde774b9c8a6970d9e29fc0458c53d09b628a1 (patch) | |
| tree | bcc2da474067b3358907dc4c9791a80121eede08 /dist/js/bootstrap.js | |
| parent | aee18bcc4aab7d8e16e7ec7a89051622919bb616 (diff) | |
| download | bootstrap-85cde774b9c8a6970d9e29fc0458c53d09b628a1.tar.xz bootstrap-85cde774b9c8a6970d9e29fc0458c53d09b628a1.zip | |
remove max-width: 100%; from table and place it on .table
Diffstat (limited to 'dist/js/bootstrap.js')
| -rw-r--r-- | dist/js/bootstrap.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js index 0068a0f09..b26550693 100644 --- a/dist/js/bootstrap.js +++ b/dist/js/bootstrap.js @@ -1717,7 +1717,6 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re this.$body .find(this.selector) - .filter(':visible') .map(function () { var $el = $(this) var href = $el.data('target') || $el.attr('href') |
