diff options
| author | Jacob Thornton <[email protected]> | 2012-06-02 19:02:30 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-06-02 19:02:30 -0700 |
| commit | 354f99f0bd8e1c2dcf9e094245b71e2587bd78c1 (patch) | |
| tree | 0b166275dd14b5fbeb98252564d4c87add4742d0 /js | |
| parent | b8a8927b0cd85ab3873bb0e2841a9f77591d5b5f (diff) | |
| download | bootstrap-354f99f0bd8e1c2dcf9e094245b71e2587bd78c1.tar.xz bootstrap-354f99f0bd8e1c2dcf9e094245b71e2587bd78c1.zip | |
add length to parent dropdown check #3316
Diffstat (limited to 'js')
| -rw-r--r-- | js/bootstrap-scrollspy.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-scrollspy.js b/js/bootstrap-scrollspy.js index a210fa945..4416d2168 100644 --- a/js/bootstrap-scrollspy.js +++ b/js/bootstrap-scrollspy.js @@ -108,7 +108,7 @@ .parent('li') .addClass('active') - if (active.parent('.dropdown-menu')) { + if (active.parent('.dropdown-menu').length) { active = active.closest('li.dropdown').addClass('active') } |
