diff options
| author | Jacob Thornton <[email protected]> | 2013-08-11 15:17:04 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2013-08-11 15:17:04 -0700 |
| commit | 89b3cb0dacd71fc7b20e125851f05f9ed266b50d (patch) | |
| tree | 642e38e16ee259b8176b38526866a17cd9215517 /js | |
| parent | c49ecc5f21f520b739c0c8a29ff4b5ece84c06ec (diff) | |
| download | bootstrap-89b3cb0dacd71fc7b20e125851f05f9ed266b50d.tar.xz bootstrap-89b3cb0dacd71fc7b20e125851f05f9ed266b50d.zip | |
fixes #9318
Diffstat (limited to 'js')
| -rw-r--r-- | js/modal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/modal.js b/js/modal.js index 420f13d5f..e0f8b7a0e 100644 --- a/js/modal.js +++ b/js/modal.js @@ -29,7 +29,7 @@ this.$backdrop = this.isShown = null - if (this.options.remote) this.$element.find('.modal-body').load(this.options.remote) + if (this.options.remote) this.$element.load(this.options.remote) } Modal.DEFAULTS = { |
