Skip to content
GitLab
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
5da217b9
Commit
5da217b9
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixed #4598, typo, manually
parent
582b1787
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/javascript.html
+2
-2
docs/javascript.html
docs/templates/pages/javascript.mustache
+2
-2
docs/templates/pages/javascript.mustache
with
4 additions
and
4 deletions
+4
-4
docs/javascript.html
+
2
-
2
View file @
5da217b9
...
...
@@ -376,7 +376,7 @@ $('#myModal').on('hidden', function () {
<!-- Dropdown
<!-- Dropdown
s
================================================== -->
<section
id=
"dropdowns"
>
<div
class=
"page-header"
>
...
...
@@ -479,7 +479,7 @@ $('#myModal').on('hidden', function () {
<p>
Add
<code>
data-toggle="dropdown"
</code>
to a link or button to toggle a dropdown.
</p>
<pre
class=
"prettyprint linenums"
>
<
div class="dropdown"
>
<
a class="dropdown-toggle" href="#"
>
Dropdown trigger
<
/a
>
<
a class="dropdown-toggle"
data-toggle="dropdown"
href="#"
>
Dropdown trigger
<
/a
>
<
ul class="dropdown-menu" role="menu" aria-labelledby="dLabel"
>
...
<
/ul
>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/javascript.mustache
+
2
-
2
View file @
5da217b9
...
...
@@ -306,7 +306,7 @@ $('#myModal').on('hidden', function () {
<!-- Dropdown
<!-- Dropdown
s
================================================== -->
<section
id=
"dropdowns"
>
<div
class=
"page-header"
>
...
...
@@ -409,7 +409,7 @@ $('#myModal').on('hidden', function () {
<p>
{{
_i
}}
Add
<code>
data-toggle="dropdown"
</code>
to a link or button to toggle a dropdown.
{{/
i
}}
</p>
<pre
class=
"prettyprint linenums"
>
<
div class="dropdown"
>
<
a class="dropdown-toggle" href="#"
>
Dropdown trigger
<
/a
>
<
a class="dropdown-toggle"
data-toggle="dropdown"
href="#"
>
Dropdown trigger
<
/a
>
<
ul class="dropdown-menu" role="menu" aria-labelledby="dLabel"
>
...
<
/ul
>
...
...
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