aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-02-23 16:24:33 -0800
committerJacob Thornton <[email protected]>2012-02-23 16:24:33 -0800
commit74a3c763b47e146e354624cea56b73fbf514ad97 (patch)
treef6b83ea9ebec792b531bcc5730d98ea99c5048dc /docs
parent0e8427e7b1c955a70a24817f6c06abd6dfa0c572 (diff)
downloadbootstrap-74a3c763b47e146e354624cea56b73fbf514ad97.tar.xz
bootstrap-74a3c763b47e146e354624cea56b73fbf514ad97.zip
add note about backdrop static
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/bootstrap.zipbin54489 -> 54489 bytes
-rw-r--r--docs/javascript.html2
-rw-r--r--docs/templates/pages/javascript.mustache2
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index b7bcc0f53..536db0ebf 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/javascript.html b/docs/javascript.html
index 74839da7d..3d0f8ff07 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -276,7 +276,7 @@
<td>backdrop</td>
<td>boolean</td>
<td>true</td>
- <td>Includes a modal-backdrop element</td>
+ <td>Includes a modal-backdrop element. Alternatively, specify <code>static</code> for a backdrop which doesn't close the modal on click.</td>
</tr>
<tr>
<td>keyboard</td>
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index 83f3b21f1..618373b8b 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -200,7 +200,7 @@
<td>{{_i}}backdrop{{/i}}</td>
<td>{{_i}}boolean{{/i}}</td>
<td>{{_i}}true{{/i}}</td>
- <td>{{_i}}Includes a modal-backdrop element{{/i}}</td>
+ <td>{{_i}}Includes a modal-backdrop element. Alternatively, specify <code>static</code> for a backdrop which doesn't close the modal on click.{{/i}}</td>
</tr>
<tr>
<td>{{_i}}keyboard{{/i}}</td>