0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-30 12:24:19 +01:00

Merge branch 'master' of github.com:twitter/bootstrap

This commit is contained in:
Jacob Thornton 2011-09-19 20:14:33 -07:00
commit 01ab4caa5b

View File

@ -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)) {