Skip to content

Commit

Permalink
Merge pull request twbs#11933 from twbs/fat-10105
Browse files Browse the repository at this point in the history
change where modal loads content -– fixes twbs#10105, twbs#9318, twbs#9459
  • Loading branch information
fat committed Dec 24, 2013
2 parents 52a964d + fe839e6 commit 237b85a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/js/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
this.$backdrop =
this.isShown = null

if (this.options.remote) this.$element.load(this.options.remote)
if (this.options.remote) this.$element.find('.modal-content').load(this.options.remote)
}

Modal.DEFAULTS = {
Expand Down
Loading

0 comments on commit 237b85a

Please sign in to comment.