2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03: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
+1 -1
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 () {