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
c6d5dcd8
Commit
c6d5dcd8
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
remove link from transitions on js page
parent
bacb0560
9 merge requests
!1475
2.0 wip
,
!1403
warningText and warningBackground docs fix
,
!1351
2.0 wip - relative font sizes
,
!1315
[2.0-wip] Fix mustache glob when building
,
!1268
[wip-2.0] IE 7/8 Typehead JS fix
,
!1236
2.0 wip - Fix for issue #1202
,
!1219
Removed dotted outline on navbar dropdown menu
,
!1210
Missing icon class from examples
,
!1195
Fixed display of secondary container
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 @
c6d5dcd8
...
...
@@ -162,7 +162,7 @@
</div>
<div
class=
"span3"
>
<label>
<h3>
<a
href=
"./javascript.html#transitions"
>
Transitions
</a>
<small
class=
"muted"
>
*
</small><input
value=
"bootstrap-transition.js"
checked=
"true"
type=
"checkbox"
></h3>
<h3>
Transitions
<small
class=
"muted"
>
*
</small><input
value=
"bootstrap-transition.js"
checked=
"true"
type=
"checkbox"
></h3>
<p>
For simple transition effects, include bootstrap-transition.js once to slide in modals or fade out alerts.
</p>
<p
class=
"muted"
><strong>
*
</strong>
Required for animation in plugins
</p>
</label>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/javascript.mustache
+
1
-
1
View file @
c6d5dcd8
...
...
@@ -102,7 +102,7 @@
</div>
<div
class=
"span3"
>
<label>
<h3>
<a
href=
"./javascript.html#transitions"
>
{{
_i
}}
Transitions
{{/
i
}}
</a>
<small
class=
"muted"
>
*
</small><input
value=
"bootstrap-transition.js"
checked=
"true"
type=
"checkbox"
></h3>
<h3>
{{
_i
}}
Transitions
{{/
i
}}
<small
class=
"muted"
>
*
</small><input
value=
"bootstrap-transition.js"
checked=
"true"
type=
"checkbox"
></h3>
<p>
{{
_i
}}
For simple transition effects, include bootstrap-transition.js once to slide in modals or fade out alerts.
{{/
i
}}
</p>
<p
class=
"muted"
><strong>
*
</strong>
{{
_i
}}
Required for animation in plugins
{{/
i
}}
</p>
</label>
...
...
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