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
5ab72f76
Commit
5ab72f76
authored
11 years ago
by
fat
Browse files
Options
Download
Email Patches
Plain Diff
fix tooltip defaults
parent
e74110bf
7 merge requests
!8635
ignore Gruntfile.js in jekyll
,
!8339
Fix broken links to navbar component in docs examples
,
!8157
Close Me: Docs "Customize and Download" button fix
,
!7964
commit fixes #7792
,
!8656
Added rel="stylesheet" to CDN-Examples
,
!8527
Inner properties move 1
,
!8245
Interactive color picker - Closed: request against wrong branch
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/_includes/footer.html
+1
-1
docs/_includes/footer.html
docs/assets/js/bootstrap.js
+1
-1
docs/assets/js/bootstrap.js
docs/assets/js/bootstrap.min.js
+1
-1
docs/assets/js/bootstrap.min.js
js/tooltip.js
+1
-1
js/tooltip.js
with
4 additions
and
4 deletions
+4
-4
docs/_includes/footer.html
+
1
-
1
View file @
5ab72f76
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
================================================== -->
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"/assets/js/jquery.js"
></script>
<script
src=
"/assets/js/jquery.js"
></script>
<script
src=
"/assets/js/bootstrap.
min.
js"
></script>
<script
src=
"/assets/js/bootstrap.js"
></script>
<script
type=
"text/javascript"
src=
"http://platform.twitter.com/widgets.js"
></script>
<script
type=
"text/javascript"
src=
"http://platform.twitter.com/widgets.js"
></script>
<script
src=
"/assets/js/holder/holder.js"
></script>
<script
src=
"/assets/js/holder/holder.js"
></script>
...
...
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap.js
+
1
-
1
View file @
5ab72f76
...
@@ -1083,7 +1083,7 @@
...
@@ -1083,7 +1083,7 @@
}
}
Tooltip
.
prototype
.
enter
=
function
(
e
)
{
Tooltip
.
prototype
.
enter
=
function
(
e
)
{
var
defaults
=
$
.
fn
[
this
.
type
].
d
efaults
var
defaults
=
this
.
getD
efaults
()
var
options
=
{}
var
options
=
{}
this
.
_options
&&
$
.
each
(
this
.
_options
,
function
(
key
,
value
)
{
this
.
_options
&&
$
.
each
(
this
.
_options
,
function
(
key
,
value
)
{
...
...
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap.min.js
+
1
-
1
View file @
5ab72f76
This diff is collapsed.
Click to expand it.
js/tooltip.js
+
1
-
1
View file @
5ab72f76
...
@@ -92,7 +92,7 @@
...
@@ -92,7 +92,7 @@
}
}
Tooltip
.
prototype
.
enter
=
function
(
e
)
{
Tooltip
.
prototype
.
enter
=
function
(
e
)
{
var
defaults
=
$
.
fn
[
this
.
type
].
d
efaults
var
defaults
=
this
.
getD
efaults
()
var
options
=
{}
var
options
=
{}
this
.
_options
&&
$
.
each
(
this
.
_options
,
function
(
key
,
value
)
{
this
.
_options
&&
$
.
each
(
this
.
_options
,
function
(
key
,
value
)
{
...
...
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