Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-02-17 08:33:15 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-02-17 08:33:15 +0400
commitb3e4e5ae2212c4bda6424815871499d9c7693ee6 (patch)
tree774c2956cf8c61c4a72ef18d1aabee9966c3fde1 /docs
parent1520ec446ce9fc748efa3390a58c447841c48e73 (diff)
add idea to modal markup exmaple
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/bootstrap.zipbin53181 -> 53181 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 e282ec6fd6..a68034b6ad 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 4ab4f5af3b..612724c798 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -289,7 +289,7 @@
</pre>
<pre class="prettyprint linenums">
-&lt;div class="modal"&gt;
+&lt;div class="modal" id="myModal"&gt;
&lt;div class="modal-header"&gt;
&lt;a class="close" data-dismiss="modal"&gt;&times;&lt;/a&gt;
&lt;h3&gt;Modal header&lt;/h3&gt;
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 @@
</pre>
<pre class="prettyprint linenums">
-&lt;div class="modal"&gt;
+&lt;div class="modal" id="myModal"&gt;
&lt;div class="modal-header"&gt;
&lt;a class="close" data-dismiss="modal"&gt;&times;&lt;/a&gt;
&lt;h3&gt;Modal header&lt;/h3&gt;