mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 14:00:24 +00:00
scrollspy.js: Avoid gratuitous non-ASCII for consistency+compatibility
Fixes #19028 [skip sauce] [skip validator]
This commit is contained in:
parent
f0ebb4c150
commit
f2d77b674c
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ const ScrollSpy = (($) => {
|
|||
$link.closest(Selector.DROPDOWN).find(Selector.DROPDOWN_TOGGLE).addClass(ClassName.ACTIVE)
|
||||
$link.addClass(ClassName.ACTIVE)
|
||||
} else {
|
||||
// todo (fat) this is kinda sus…
|
||||
// todo (fat) this is kinda sus...
|
||||
// recursively add actives to tested nav-links
|
||||
$link.parents(Selector.LI).find(Selector.NAV_LINKS).addClass(ClassName.ACTIVE)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue