aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorhillai <[email protected]>2014-10-30 18:13:39 +0200
committerChris Rebert <[email protected]>2014-10-30 10:20:54 -0700
commit1339ab7a130600330b1db4e3acae9760710a0a41 (patch)
tree64ce4947808d0dc7f5e221c8216ff078dc565a5b /docs
parent4102a67f33bf2a382203547fe821d0d41bbc4ece (diff)
downloadbootstrap-1339ab7a130600330b1db4e3acae9760710a0a41.tar.xz
bootstrap-1339ab7a130600330b1db4e3acae9760710a0a41.zip
Replace v3.2.1 reference with v3.3.0 since there wasn't a v3.2.1
Closes #14941
Diffstat (limited to 'docs')
-rw-r--r--docs/_includes/js/modal.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/modal.html b/docs/_includes/js/modal.html
index e47464a4c..1bb606ab8 100644
--- a/docs/_includes/js/modal.html
+++ b/docs/_includes/js/modal.html
@@ -262,7 +262,7 @@
<td>path</td>
<td>false</td>
<td>
- <p><span class="text-danger">This option is deprecated since v3.2.1 and will be removed in v4.</span> We recommend instead using client-side templating or a data binding framework, or calling <a href="http://api.jquery.com/load/">jQuery.load</a> yourself.</p>
+ <p><strong class="text-danger">This option is deprecated since v3.3.0 and will be removed in v4.</strong> We recommend instead using client-side templating or a data binding framework, or calling <a href="http://api.jquery.com/load/">jQuery.load</a> yourself.</p>
<p>If a remote URL is provided, <strong>content will be loaded one time</strong> via jQuery's <code>load</code> method and injected into the <code>.modal-content</code> div. If you're using the data-api, you may alternatively use the <code>href</code> attribute to specify the remote source. An example of this is shown below:</p>
{% highlight html %}
<a data-toggle="modal" href="remote.html" data-target="#modal">Click me</a>