Skip to content

Commit

Permalink
Fix code scanning alert issue-#1344
Browse files Browse the repository at this point in the history
  • Loading branch information
JisanAR03 authored and DonnieBLT committed Nov 1, 2023
1 parent effe2c5 commit bf6ef11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/static/vendor/bootstrap/js/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -2042,7 +2042,7 @@ function sanitizeInput(input) {
}

ScrollSpy.prototype.clear = function () {
$(this.selector)
$(escapePotentialXSS(this.selector))
.parentsUntil(this.options.target, '.active')
.removeClass('active')
}
Expand Down

0 comments on commit bf6ef11

Please sign in to comment.