aboutsummaryrefslogtreecommitdiff
path: root/js/src
diff options
context:
space:
mode:
authorThomas McDonald <[email protected]>2015-08-12 21:09:44 -0700
committerThomas McDonald <[email protected]>2015-08-12 21:09:44 -0700
commit35f064f96ccbadfbb830ae05e2f00d60ec215e68 (patch)
treede8cf38186002d5d7c1a5231c65106e7c899111f /js/src
parenta8023edf16975d5ec34a6e4056df3c6404de8c8d (diff)
parentf2ae3ea04309cabedabf8160c771b6b465c912e6 (diff)
downloadbootstrap-35f064f96ccbadfbb830ae05e2f00d60ec215e68.tar.xz
bootstrap-35f064f96ccbadfbb830ae05e2f00d60ec215e68.zip
Merge branch 'v4' of github.com:twbs/derpstrap into v4
Diffstat (limited to 'js/src')
-rw-r--r--js/src/modal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/modal.js b/js/src/modal.js
index 2ca603b23..287acb12d 100644
--- a/js/src/modal.js
+++ b/js/src/modal.js
@@ -313,7 +313,7 @@ const Modal = (($) => {
$(this._backdrop).addClass(animate)
}
- $(this._backdrop).appendTo(this.$body)
+ $(this._backdrop).appendTo(document.body)
$(this._element).on(Event.CLICK_DISMISS, (event) => {
if (this._ignoreBackdropClick) {