From: hillai Date: Thu, 30 Oct 2014 16:13:39 +0000 (+0200) Subject: Replace v3.2.1 reference with v3.3.0 since there wasn't a v3.2.1 X-Git-Tag: v3.3.1~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1339ab7a130600330b1db4e3acae9760710a0a41;p=thirdparty%2Fbootstrap.git Replace v3.2.1 reference with v3.3.0 since there wasn't a v3.2.1 Closes #14941 --- diff --git a/docs/_includes/js/modal.html b/docs/_includes/js/modal.html index e47464a4ce..1bb606ab8e 100644 --- a/docs/_includes/js/modal.html +++ b/docs/_includes/js/modal.html @@ -262,7 +262,7 @@ path false -

This option is deprecated since v3.2.1 and will be removed in v4. We recommend instead using client-side templating or a data binding framework, or calling jQuery.load yourself.

+

This option is deprecated since v3.3.0 and will be removed in v4. We recommend instead using client-side templating or a data binding framework, or calling jQuery.load yourself.

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