mirror of https://github.com/twbs/bootstrap.git
rebuild
This commit is contained in:
parent
5da30ee5fb
commit
e194c3e4f4
|
|
@ -271,6 +271,7 @@
|
|||
e.stopPropagation()
|
||||
e.preventDefault()
|
||||
this.select()
|
||||
this.$element.focus()
|
||||
}
|
||||
|
||||
, mouseenter: function (e) {
|
||||
|
|
|
|||
|
|
@ -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
Loading…
Reference in New Issue