1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00
This commit is contained in:
fat 2013-08-17 16:19:09 -07:00
parent 4696565044
commit 2dbf02b129
2 changed files with 3 additions and 3 deletions

View file

@ -723,9 +723,9 @@ if (!jQuery) { throw new Error("Bootstrap requires jQuery") }
$parent
.toggleClass('open')
.trigger('shown.bs.dropdown')
}
$this.focus()
}
return false
}

File diff suppressed because one or more lines are too long