diff options
| author | Thomas McDonald <[email protected]> | 2015-08-12 21:09:44 -0700 |
|---|---|---|
| committer | Thomas McDonald <[email protected]> | 2015-08-12 21:09:44 -0700 |
| commit | 35f064f96ccbadfbb830ae05e2f00d60ec215e68 (patch) | |
| tree | de8cf38186002d5d7c1a5231c65106e7c899111f /js/src | |
| parent | a8023edf16975d5ec34a6e4056df3c6404de8c8d (diff) | |
| parent | f2ae3ea04309cabedabf8160c771b6b465c912e6 (diff) | |
| download | bootstrap-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.js | 2 |
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) { |
