From: Chris Rebert Date: Thu, 3 Jul 2014 18:45:49 +0000 (-0700) Subject: Mark the `remote` option of the Modal plugin as deprecated. X-Git-Tag: v3.3.0~396^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8340d664ce5875c15393017e4f3b06c458215469;p=thirdparty%2Fbootstrap.git Mark the `remote` option of the Modal plugin as deprecated. Follow-up to https://github.com/twbs/bootstrap/issues/13087#issuecomment-46563760 Closes #13087 as WONTFIX. Closes #13597 as WONTFIX. --- diff --git a/docs/_includes/js/modal.html b/docs/_includes/js/modal.html index 9b8a709185..0ce58415a0 100644 --- a/docs/_includes/js/modal.html +++ b/docs/_includes/js/modal.html @@ -259,7 +259,7 @@ remote path false -

If a remote URL is provided, content will be loaded one time via jQuery's load method and injected into the .modal-content div. If you're using the data-api, you may alternatively use the href attribute to specify the remote source. An example of this is shown below:

+

This option is deprecated since v3.2.1 and will be removed in v4.

If a remote URL is provided, content will be loaded one time via jQuery's load method and injected into the .modal-content div. If you're using the data-api, you may alternatively use the href attribute to specify the remote source. An example of this is shown below:

{% highlight html %} Click me {% endhighlight %}