diff options
| author | Jacob Thornton <[email protected]> | 2012-04-14 23:38:11 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-04-14 23:38:11 -0700 |
| commit | be0efcfcfca603bc65484464e0aeaf7b2fc145c2 (patch) | |
| tree | 86092b615c9c427b9f6580fcb287e5a5bcb9dcb8 | |
| parent | 1ca1ef94ee80b8c5fa5f2a1e908a8d00fdfdf268 (diff) | |
| download | bootstrap-be0efcfcfca603bc65484464e0aeaf7b2fc145c2.tar.xz bootstrap-be0efcfcfca603bc65484464e0aeaf7b2fc145c2.zip | |
whitespace
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 71466 -> 71464 bytes | |||
| -rw-r--r-- | docs/assets/js/bootstrap-scrollspy.js | 2 | ||||
| -rw-r--r-- | js/bootstrap-scrollspy.js | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex f099f408a..930dd4633 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/assets/js/bootstrap-scrollspy.js b/docs/assets/js/bootstrap-scrollspy.js index f0400813f..c67f1c8aa 100644 --- a/docs/assets/js/bootstrap-scrollspy.js +++ b/docs/assets/js/bootstrap-scrollspy.js @@ -102,7 +102,7 @@ .parent('li') .addClass('active') - if ( active.parent('.dropdown-menu') ) { + if (active.parent('.dropdown-menu')) { active = active.closest('li.dropdown').addClass('active') } diff --git a/js/bootstrap-scrollspy.js b/js/bootstrap-scrollspy.js index f0400813f..c67f1c8aa 100644 --- a/js/bootstrap-scrollspy.js +++ b/js/bootstrap-scrollspy.js @@ -102,7 +102,7 @@ .parent('li') .addClass('active') - if ( active.parent('.dropdown-menu') ) { + if (active.parent('.dropdown-menu')) { active = active.closest('li.dropdown').addClass('active') } |
