From: Jacob Thornton Date: Fri, 17 Feb 2012 04:33:15 +0000 (-0800) Subject: add idea to modal markup exmaple X-Git-Tag: v2.0.1~1^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b3e4e5ae2212c4bda6424815871499d9c7693ee6;p=thirdparty%2Fbootstrap.git add idea to modal markup exmaple --- diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index e282ec6fd6..a68034b6ad 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/javascript.html b/docs/javascript.html index 4ab4f5af3b..612724c798 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -289,7 +289,7 @@
-<div class="modal">
+<div class="modal" id="myModal">
   <div class="modal-header">
     <a class="close" data-dismiss="modal">×</a>
     <h3>Modal header</h3>
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index c072e306bd..ac989f3ed7 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -213,7 +213,7 @@
 
-<div class="modal">
+<div class="modal" id="myModal">
   <div class="modal-header">
     <a class="close" data-dismiss="modal">×</a>
     <h3>Modal header</h3>