From fe839e6e78fa07ab422b5d38189bc8f8929cead0 Mon Sep 17 00:00:00 2001 From: fat Date: Wed, 18 Dec 2013 21:38:35 -0800 Subject: =?UTF-8?q?change=20where=20modal=20loads=20content=20-=E2=80=93?= =?UTF-8?q?=20fixes=20#10105,=20#9318,=20#9459?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/modal.js') diff --git a/js/modal.js b/js/modal.js index 794cbad80..a815533ef 100644 --- a/js/modal.js +++ b/js/modal.js @@ -18,7 +18,7 @@ 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 = { -- cgit v1.2.3