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
4be21c42
Commit
4be21c42
authored
11 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
fix "Data attributes" link in JS docs sidenav
`#js-data-attributes` => `#js-data-attrs`
parent
e9951385
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/_includes/nav-javascript.html
+1
-1
docs/_includes/nav-javascript.html
with
1 addition
and
1 deletion
+1
-1
docs/_includes/nav-javascript.html
+
1
-
1
View file @
4be21c42
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<a
href=
"#js-overview"
>
Overview
</a>
<a
href=
"#js-overview"
>
Overview
</a>
<ul
class=
"nav"
>
<ul
class=
"nav"
>
<li><a
href=
"#js-individual-compiled"
>
Individual or compiled
</a></li>
<li><a
href=
"#js-individual-compiled"
>
Individual or compiled
</a></li>
<li><a
href=
"#js-data-attr
ibute
s"
>
Data attributes
</a></li>
<li><a
href=
"#js-data-attrs"
>
Data attributes
</a></li>
<li><a
href=
"#js-programmatic-api"
>
Programmatic API
</a></li>
<li><a
href=
"#js-programmatic-api"
>
Programmatic API
</a></li>
<li><a
href=
"#js-noconflict"
>
No Conflict
</a></li>
<li><a
href=
"#js-noconflict"
>
No Conflict
</a></li>
<li><a
href=
"#js-events"
>
Events
</a></li>
<li><a
href=
"#js-events"
>
Events
</a></li>
...
...
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