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
7dffeb47
Commit
7dffeb47
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix #1786 to manually fix typo in js docs links
parent
b5f1d2f3
2 merge requests
!1882
[2.0.1-wip] black/dark button
,
!1894
[2.0.1 wip] -- fixing Issue #1893 - removing hardcoded color border from <hr/>
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
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/assets/bootstrap.zip
+
0
-
0
View file @
7dffeb47
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/javascript.html
+
1
-
1
View file @
7dffeb47
...
@@ -801,7 +801,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
...
@@ -801,7 +801,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<div
class=
"span3 columns"
>
<div
class=
"span3 columns"
>
<h3>
About popovers
</h3>
<h3>
About popovers
</h3>
<p>
Add small overlays of content, like those on the iPad, to any element for housing secondary information.
</p>
<p>
Add small overlays of content, like those on the iPad, to any element for housing secondary information.
</p>
<p
class=
"muted"
><strong>
*
</strong>
Requires
<a
href=
"#tooltip"
>
Tooltip
</a>
to be included
</p>
<p
class=
"muted"
><strong>
*
</strong>
Requires
<a
href=
"#tooltip
s
"
>
Tooltip
</a>
to be included
</p>
<a
href=
"assets/js/bootstrap-popover.js"
target=
"_blank"
class=
"btn"
>
Download file
</a>
<a
href=
"assets/js/bootstrap-popover.js"
target=
"_blank"
class=
"btn"
>
Download file
</a>
</div>
</div>
<div
class=
"span9 columns"
>
<div
class=
"span9 columns"
>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/javascript.mustache
+
1
-
1
View file @
7dffeb47
...
@@ -725,7 +725,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
...
@@ -725,7 +725,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<div
class=
"span3 columns"
>
<div
class=
"span3 columns"
>
<h3>
{{
_i
}}
About popovers
{{/
i
}}
</h3>
<h3>
{{
_i
}}
About popovers
{{/
i
}}
</h3>
<p>
{{
_i
}}
Add small overlays of content, like those on the iPad, to any element for housing secondary information.
{{/
i
}}
</p>
<p>
{{
_i
}}
Add small overlays of content, like those on the iPad, to any element for housing secondary information.
{{/
i
}}
</p>
<p
class=
"muted"
><strong>
*
</strong>
{{
_i
}}
Requires
<a
href=
"#tooltip"
>
Tooltip
</a>
to be included
{{/
i
}}
</p>
<p
class=
"muted"
><strong>
*
</strong>
{{
_i
}}
Requires
<a
href=
"#tooltip
s
"
>
Tooltip
</a>
to be included
{{/
i
}}
</p>
<a
href=
"assets/js/bootstrap-popover.js"
target=
"_blank"
class=
"btn"
>
{{
_i
}}
Download file
{{/
i
}}
</a>
<a
href=
"assets/js/bootstrap-popover.js"
target=
"_blank"
class=
"btn"
>
{{
_i
}}
Download file
{{/
i
}}
</a>
</div>
</div>
<div
class=
"span9 columns"
>
<div
class=
"span9 columns"
>
...
...
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