File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ $(function () {
368368
369369 var $tooltip = $ ( $target . data ( 'bs.tooltip' ) . tip )
370370
371- // this is some dumb hack shit because sub pixels in firefox
371+ // this is some dumb hack stuff because sub pixels in firefox
372372 var top = Math . round ( $target . offset ( ) . top + ( $target [ 0 ] . offsetHeight / 2 ) - ( $tooltip [ 0 ] . offsetHeight / 2 ) )
373373 var top2 = Math . round ( $tooltip . offset ( ) . top )
374374 var topDiff = top - top2
Original file line number Diff line number Diff line change 11// .modal-open - body class for killing the scroll
22// .modal - container to scroll within
33// .modal-dialog - positioning shell for the actual modal
4- // .modal-content - actual modal w/ bg and corners and shit
4+ // .modal-content - actual modal w/ bg and corners and stuff
55
66
77// Kill the scroll on the body
You can’t perform that action at this time.
0 commit comments