File tree Expand file tree Collapse file tree 4 files changed +12
-18
lines changed Expand file tree Collapse file tree 4 files changed +12
-18
lines changed Original file line number Diff line number Diff line change 70
70
that . $element
71
71
. addClass ( 'in' )
72
72
. attr ( 'aria-hidden' , false )
73
- . focus ( )
74
73
75
74
that . enforceFocus ( )
76
75
77
76
transition ?
78
- that . $element . one ( $ . support . transition . end , function ( ) { that . $element . trigger ( 'shown' ) } ) :
79
- that . $element . trigger ( 'shown' )
77
+ that . $element . one ( $ . support . transition . end , function ( ) { that . $element . focus ( ) . trigger ( 'shown' ) } ) :
78
+ that . $element . focus ( ) . trigger ( 'shown' )
80
79
81
80
} )
82
81
}
232
231
} )
233
232
} )
234
233
235
- } ( window . jQuery ) ;
234
+ } ( window . jQuery ) ;
Original file line number Diff line number Diff line change 794
794
that . $element
795
795
. addClass ( 'in' )
796
796
. attr ( 'aria-hidden' , false )
797
- . focus ( )
798
797
799
798
that . enforceFocus ( )
800
799
801
800
transition ?
802
- that . $element . one ( $ . support . transition . end , function ( ) { that . $element . trigger ( 'shown' ) } ) :
803
- that . $element . trigger ( 'shown' )
801
+ that . $element . one ( $ . support . transition . end , function ( ) { that . $element . focus ( ) . trigger ( 'shown' ) } ) :
802
+ that . $element . focus ( ) . trigger ( 'shown' )
804
803
805
804
} )
806
805
}
956
955
} )
957
956
} )
958
957
959
- } ( window . jQuery ) ; /* ===========================================================
958
+ } ( window . jQuery ) ;
959
+ /* ===========================================================
960
960
* bootstrap-tooltip.js v2.1.2
961
961
* http://twitter.github.com/bootstrap/javascript.html#tooltips
962
962
* Inspired by the original jQuery.tipsy by Jason Frame
You can’t perform that action at this time.
0 commit comments