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
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-08-19 22:53:55 +0400
committerMark Otto <markotto@twitter.com>2012-08-19 22:53:55 +0400
commitc531a75ff00fd58a6d1c05a944145ff165dba837 (patch)
tree606d1de8ebd918f1398d1048da9dfd6aaa7cf9db /docs/templates/pages
parente79eb75e0944c2852fc47e117f4e96b984e40051 (diff)
fixes #4451 manually: add .fade to modal example in both mustache and html
Diffstat (limited to 'docs/templates/pages')
-rw-r--r--docs/templates/pages/javascript.mustache2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index b62bbfc3cb..450f98ba47 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -144,7 +144,7 @@ $('#myModal').on('show', function (e) {
<h3>{{_i}}Live demo{{/i}}</h3>
<p>{{_i}}Toggle a modal via JavaScript by clicking the button below. It will slide down and fade in from the top of the page.{{/i}}</p>
<!-- sample modal content -->
- <div id="myModal" class="modal hide" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
+ <div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
<h3 id="myModalLabel">{{_i}}Modal Heading{{/i}}</h3>