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
8fd5718e
Commit
8fd5718e
authored
10 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
Run `grunt`.
parent
420088d3
4 merge requests
!28721
Hot test
,
!16605
Test pull please ignore
,
!22103
test
,
!25326
Adjust examples
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/assets/js/customize.min.js
+1
-1
docs/assets/js/customize.min.js
docs/assets/js/raw-files.min.js
+1
-1
docs/assets/js/raw-files.min.js
docs/dist/js/bootstrap.js
+8
-4
docs/dist/js/bootstrap.js
docs/dist/js/bootstrap.min.js
+2
-2
docs/dist/js/bootstrap.min.js
with
12 additions
and
8 deletions
+12
-8
docs/assets/js/customize.min.js
+
1
-
1
View file @
8fd5718e
This diff is collapsed.
Click to expand it.
docs/assets/js/raw-files.min.js
+
1
-
1
View file @
8fd5718e
This diff is collapsed.
Click to expand it.
docs/dist/js/bootstrap.js
+
8
-
4
View file @
8fd5718e
...
...
@@ -1279,6 +1279,10 @@ if (typeof jQuery === 'undefined') {
this
.
options
=
this
.
getOptions
(
options
)
this
.
$viewport
=
this
.
options
.
viewport
&&
$
(
this
.
options
.
viewport
.
selector
||
this
.
options
.
viewport
)
if
(
this
.
$element
[
0
]
instanceof
document
.
constructor
&&
!
this
.
options
.
selector
)
{
throw
new
Error
(
'
`selector` option must be specified when initializing
'
+
this
.
type
+
'
on the window.document object!
'
);
}
var
triggers
=
this
.
options
.
trigger
.
split
(
'
'
)
for
(
var
i
=
triggers
.
length
;
i
--
;)
{
...
...
@@ -1499,10 +1503,10 @@ if (typeof jQuery === 'undefined') {
this
.
replaceArrow
(
arrowDelta
,
$tip
[
0
][
arrowOffsetPosition
],
isVertical
)
}
Tooltip
.
prototype
.
replaceArrow
=
function
(
delta
,
dimension
,
is
Horizont
al
)
{
Tooltip
.
prototype
.
replaceArrow
=
function
(
delta
,
dimension
,
is
Vertic
al
)
{
this
.
arrow
()
.
css
(
is
Horizont
al
?
'
left
'
:
'
top
'
,
50
*
(
1
-
delta
/
dimension
)
+
'
%
'
)
.
css
(
is
Horizont
al
?
'
top
'
:
'
left
'
,
''
)
.
css
(
is
Vertic
al
?
'
left
'
:
'
top
'
,
50
*
(
1
-
delta
/
dimension
)
+
'
%
'
)
.
css
(
is
Vertic
al
?
'
top
'
:
'
left
'
,
''
)
}
Tooltip
.
prototype
.
setContent
=
function
()
{
...
...
@@ -2078,7 +2082,7 @@ if (typeof jQuery === 'undefined') {
element
.
removeClass
(
'
fade
'
)
}
if
(
element
.
parent
(
'
.dropdown-menu
'
))
{
if
(
element
.
parent
(
'
.dropdown-menu
'
)
.
length
)
{
element
.
closest
(
'
li.dropdown
'
)
.
addClass
(
'
active
'
)
...
...
This diff is collapsed.
Click to expand it.
docs/dist/js/bootstrap.min.js
+
2
-
2
View file @
8fd5718e
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