diff options
| author | Mark Otto <[email protected]> | 2015-08-12 21:16:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-12 21:16:56 -0700 |
| commit | 5e928c7c2b15d002333d831d12e5aaf29b84dc86 (patch) | |
| tree | 376b57adc9530f0741195171b72268404f33a6f6 /js/src | |
| parent | a0ae458a8aef78a1c84fd1e88c9352161f798e28 (diff) | |
| parent | 7ba24450be5d60061e61102b9d83c7f167c7f464 (diff) | |
| download | bootstrap-5e928c7c2b15d002333d831d12e5aaf29b84dc86.tar.xz bootstrap-5e928c7c2b15d002333d831d12e5aaf29b84dc86.zip | |
Merge branch 'v4' of https://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) { |
