2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00
This commit is contained in:
Jacob Thornton
2013-08-11 15:17:04 -07:00
parent c49ecc5f21
commit 89b3cb0dac
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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 = {