From 1339ab7a130600330b1db4e3acae9760710a0a41 Mon Sep 17 00:00:00 2001 From: hillai Date: Thu, 30 Oct 2014 18:13:39 +0200 Subject: [PATCH] Replace v3.2.1 reference with v3.3.0 since there wasn't a v3.2.1 Closes #14941 --- docs/_includes/js/modal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2