Skip to content

Commit 6312911

Browse files
VarelloThemesmdo
authored andcommitted
replace some profanities (twbs#20715)
1 parent 3f01134 commit 6312911

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/tests/unit/tooltip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

scss/_modal.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

0 commit comments

Comments
 (0)