]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
replace some profanities (#20715)
authorVarelloThemes <info@varellothemes.com>
Thu, 15 Sep 2016 16:39:31 +0000 (17:39 +0100)
committerMark Otto <markd.otto@gmail.com>
Thu, 15 Sep 2016 16:39:31 +0000 (09:39 -0700)
js/tests/unit/tooltip.js
scss/_modal.scss

index 9ec5ddb037b74bb913506769030b6057ae234d79..6cf870551e6566f20cb5159b52ef944411a3eae5 100644 (file)
@@ -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
index 83a1335319b256ff12a0fde343379e7404f83ea0..e4a04e45eae1342d6938dd580125a928ede3ece6 100644 (file)
@@ -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