Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
c531a75f
Commit
c531a75f
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes #4451 manually: add .fade to modal example in both mustache and html
parent
e79eb75e
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/javascript.html
+1
-1
docs/javascript.html
docs/templates/pages/javascript.mustache
+1
-1
docs/templates/pages/javascript.mustache
with
2 additions
and
2 deletions
+2
-2
docs/javascript.html
+
1
-
1
View file @
c531a75f
...
@@ -214,7 +214,7 @@ $('#myModal').on('show', function (e) {
...
@@ -214,7 +214,7 @@ $('#myModal').on('show', function (e) {
<h3>
Live demo
</h3>
<h3>
Live demo
</h3>
<p>
Toggle a modal via JavaScript by clicking the button below. It will slide down and fade in from the top of the page.
</p>
<p>
Toggle a modal via JavaScript by clicking the button below. It will slide down and fade in from the top of the page.
</p>
<!-- sample modal content -->
<!-- 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"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
×
</button>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
×
</button>
<h3
id=
"myModalLabel"
>
Modal Heading
</h3>
<h3
id=
"myModalLabel"
>
Modal Heading
</h3>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/javascript.mustache
+
1
-
1
View file @
c531a75f
...
@@ -144,7 +144,7 @@ $('#myModal').on('show', function (e) {
...
@@ -144,7 +144,7 @@ $('#myModal').on('show', function (e) {
<h3>
{{
_i
}}
Live demo
{{/
i
}}
</h3>
<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>
<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 -->
<!-- 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"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
×
</button>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
×
</button>
<h3
id=
"myModalLabel"
>
{{
_i
}}
Modal Heading
{{/
i
}}
</h3>
<h3
id=
"myModalLabel"
>
{{
_i
}}
Modal Heading
{{/
i
}}
</h3>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets