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()
$this.focus()
}
return false
}

File diff suppressed because one or more lines are too long