mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
fixes #258, clicking a tab remove .active class from all elements on the page
This commit is contained in:
Vendored
+1
-1
@@ -28,7 +28,7 @@
|
||||
function tab( e ) {
|
||||
var $this = $(this)
|
||||
, href = $this.attr('href')
|
||||
, $ul = $(e.liveFired)
|
||||
, $ul = $this.closest('ul')
|
||||
, $controlled
|
||||
|
||||
if (/^#\w+/.test(href)) {
|
||||
|
||||
Reference in New Issue
Block a user