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
534ba060
Commit
534ba060
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #8292 from cvrebert/patch-1
fix "Data attributes" link in JS docs sidenav
parents
03e67e44
4be21c42
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 @
534ba060
...
@@ -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
Menu
Explore
Projects
Groups
Snippets