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
dcd86a8a
Commit
dcd86a8a
authored
10 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
grunt dist
parent
4fc8da4a
4 merge requests
!28721
Hot test
,
!16605
Test pull please ignore
,
!22103
test
,
!25326
Adjust examples
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dist/css/bootstrap.css.map
+0
-0
dist/css/bootstrap.css.map
dist/js/bootstrap.js
+1
-1
dist/js/bootstrap.js
dist/js/bootstrap.min.js
+1
-1
dist/js/bootstrap.min.js
with
2 additions
and
2 deletions
+2
-2
dist/css/bootstrap.css.map
-6 bytes (0%)
View file @
dcd86a8a
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
Click to expand it.
dist/js/bootstrap.js
+
1
-
1
View file @
dcd86a8a
...
@@ -2208,7 +2208,7 @@ if (typeof jQuery === 'undefined') {
...
@@ -2208,7 +2208,7 @@ if (typeof jQuery === 'undefined') {
var
colliderTop
=
initializing
?
scrollTop
:
position
.
top
var
colliderTop
=
initializing
?
scrollTop
:
position
.
top
var
colliderHeight
=
initializing
?
targetHeight
:
height
var
colliderHeight
=
initializing
?
targetHeight
:
height
if
(
offsetTop
!=
null
&&
collider
Top
<=
offsetTop
)
return
'
top
'
if
(
offsetTop
!=
null
&&
scroll
Top
<=
offsetTop
)
return
'
top
'
if
(
offsetBottom
!=
null
&&
(
colliderTop
+
colliderHeight
>=
scrollHeight
-
offsetBottom
))
return
'
bottom
'
if
(
offsetBottom
!=
null
&&
(
colliderTop
+
colliderHeight
>=
scrollHeight
-
offsetBottom
))
return
'
bottom
'
return
false
return
false
...
...
This diff is collapsed.
Click to expand it.
dist/js/bootstrap.min.js
+
1
-
1
View file @
dcd86a8a
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