mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-01 01:54:24 +01:00
Merge branch 'master' of github.com:twitter/bootstrap
This commit is contained in:
commit
01ab4caa5b
2
js/bootstrap-tabs.js
vendored
2
js/bootstrap-tabs.js
vendored
@ -28,7 +28,7 @@
|
|||||||
function tab( e ) {
|
function tab( e ) {
|
||||||
var $this = $(this)
|
var $this = $(this)
|
||||||
, href = $this.attr('href')
|
, href = $this.attr('href')
|
||||||
, $ul = $(e.liveFired)
|
, $ul = $this.closest('ul')
|
||||||
, $controlled
|
, $controlled
|
||||||
|
|
||||||
if (/^#\w+/.test(href)) {
|
if (/^#\w+/.test(href)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user