aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
diff options
context:
space:
mode:
authorScott Watermasysk <[email protected]>2012-01-18 14:53:59 -0500
committerScott Watermasysk <[email protected]>2012-01-18 14:53:59 -0500
commit9c940784153257efcadc1aa420c57caa86e664bf (patch)
treecc0ce1af5c3cb011379bda270adb847aca9373e1 /docs/javascript.html
parentab8f2e2767be77120fedb07269dc7db078101dba (diff)
downloadbootstrap-9c940784153257efcadc1aa420c57caa86e664bf.tar.xz
bootstrap-9c940784153257efcadc1aa420c57caa86e664bf.zip
Added missing 'data-dismiss="modal"' on the first example model source.
Diffstat (limited to 'docs/javascript.html')
-rw-r--r--docs/javascript.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index fb854d281..8accce210 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -240,7 +240,7 @@
<div class="well" style="background-color: #888; border: none;">
<div class="modal" style="position: relative; top: auto; left: auto; margin: 0 auto; z-index: 1">
<div class="modal-header">
- <a href="#" class="close js-dismiss">&times;</a>
+ <a href="#" class="close" data-dismiss="modal">&times;</a>
<h3>Modal header</h3>
</div>
<div class="modal-body">