Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dropdown.js: Avoid calling jQuery('#')
Calling jQuery('#') is considered a syntax error in jQuery 3. This change avoids this issue, similar to the change in arrow.js introduced in twbs/bootstrap#20019.
- Loading branch information