mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-09 21:04:42 +00:00
whitespace
This commit is contained in:
parent
1ca1ef94ee
commit
be0efcfcfc
3 changed files with 2 additions and 2 deletions
Binary file not shown.
2
docs/assets/js/bootstrap-scrollspy.js
vendored
2
docs/assets/js/bootstrap-scrollspy.js
vendored
|
|
@ -102,7 +102,7 @@
|
||||||
.parent('li')
|
.parent('li')
|
||||||
.addClass('active')
|
.addClass('active')
|
||||||
|
|
||||||
if ( active.parent('.dropdown-menu') ) {
|
if (active.parent('.dropdown-menu')) {
|
||||||
active = active.closest('li.dropdown').addClass('active')
|
active = active.closest('li.dropdown').addClass('active')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
2
js/bootstrap-scrollspy.js
vendored
2
js/bootstrap-scrollspy.js
vendored
|
|
@ -102,7 +102,7 @@
|
||||||
.parent('li')
|
.parent('li')
|
||||||
.addClass('active')
|
.addClass('active')
|
||||||
|
|
||||||
if ( active.parent('.dropdown-menu') ) {
|
if (active.parent('.dropdown-menu')) {
|
||||||
active = active.closest('li.dropdown').addClass('active')
|
active = active.closest('li.dropdown').addClass('active')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue