0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-21 18:54:30 +01:00

fix(tab): remove xss

This commit is contained in:
Johann-S 2018-05-07 09:47:01 +02:00 committed by XhmikosR
parent 029b85ad9b
commit 13bf8aeae3

View File

@ -48,7 +48,7 @@
if (showEvent.isDefaultPrevented() || hideEvent.isDefaultPrevented()) return
var $target = $(selector)
var $target = $(document).find(selector)
this.activate($this.closest('li'), $ul)
this.activate($target, $target.parent(), function () {