diff options
| author | VarelloThemes <[email protected]> | 2016-09-15 17:39:31 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-09-15 09:39:31 -0700 |
| commit | 63129112bbea91f7cd62014f162f857f50084656 (patch) | |
| tree | 54b49fba6c0fab63c3ab82d4f5e983a041b43838 | |
| parent | 3f01134031b15a934d5e233bb26a407a7e05492b (diff) | |
| download | bootstrap-63129112bbea91f7cd62014f162f857f50084656.tar.xz bootstrap-63129112bbea91f7cd62014f162f857f50084656.zip | |
replace some profanities (#20715)
| -rw-r--r-- | js/tests/unit/tooltip.js | 2 | ||||
| -rw-r--r-- | scss/_modal.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/js/tests/unit/tooltip.js b/js/tests/unit/tooltip.js index 9ec5ddb03..6cf870551 100644 --- a/js/tests/unit/tooltip.js +++ b/js/tests/unit/tooltip.js @@ -368,7 +368,7 @@ $(function () { var $tooltip = $($target.data('bs.tooltip').tip) - // this is some dumb hack shit because sub pixels in firefox + // this is some dumb hack stuff because sub pixels in firefox var top = Math.round($target.offset().top + ($target[0].offsetHeight / 2) - ($tooltip[0].offsetHeight / 2)) var top2 = Math.round($tooltip.offset().top) var topDiff = top - top2 diff --git a/scss/_modal.scss b/scss/_modal.scss index 83a133531..e4a04e45e 100644 --- a/scss/_modal.scss +++ b/scss/_modal.scss @@ -1,7 +1,7 @@ // .modal-open - body class for killing the scroll // .modal - container to scroll within // .modal-dialog - positioning shell for the actual modal -// .modal-content - actual modal w/ bg and corners and shit +// .modal-content - actual modal w/ bg and corners and stuff // Kill the scroll on the body |
