0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
This commit is contained in:
fat 2012-12-21 17:25:31 -08:00
parent 5da30ee5fb
commit e194c3e4f4
3 changed files with 3 additions and 1 deletions

View File

@ -271,6 +271,7 @@
e.stopPropagation()
e.preventDefault()
this.select()
this.$element.focus()
}
, mouseenter: function (e) {

View File

@ -2001,6 +2001,7 @@
e.stopPropagation()
e.preventDefault()
this.select()
this.$element.focus()
}
, mouseenter: function (e) {

File diff suppressed because one or more lines are too long