Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
JisanAR03 committed Nov 1, 2023
1 parent 176a671 commit 2b71565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/static/vendor/bootstrap/js/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -2031,8 +2031,8 @@ function sanitizeInput(input) {
this.clear()

var selector = this.selector +
'[data-target="' + sanitizeSelector(target) + '"],' +
this.selector + '[href="' + sanitizeSelector(target) + '"]'
'[data-target="' + target + '"],' +
this.selector + '[href="' + target + '"]'

var active = $(selector)
.parents('li')
Expand Down

0 comments on commit 2b71565

Please sign in to comment.