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
dffd4ffa
Commit
dffd4ffa
authored
11 years ago
by
fat
Browse files
Options
Download
Plain Diff
Merge branch 'master' of github.com:twbs/bootstrap
parents
394e0fa6
0fab6e7e
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
js/affix.js
+1
-1
js/affix.js
with
1 addition
and
1 deletion
+1
-1
js/affix.js
+
1
-
1
View file @
dffd4ffa
...
...
@@ -83,7 +83,7 @@
.
trigger
(
$
.
Event
(
affixType
.
replace
(
'
affix
'
,
'
affixed
'
)))
if
(
affix
==
'
bottom
'
)
{
this
.
$element
.
offset
({
top
:
document
.
body
.
offset
Height
-
offsetBottom
-
this
.
$element
.
height
()
})
this
.
$element
.
offset
({
top
:
scroll
Height
-
offsetBottom
-
this
.
$element
.
height
()
})
}
}
...
...
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