aboutsummaryrefslogtreecommitdiff
path: root/dist/js/bootstrap.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-05-12 19:47:53 -0700
committerMark Otto <[email protected]>2014-05-12 19:47:53 -0700
commitf5513fd30ef16228869b1ec3473217dab63f2c29 (patch)
treed64a6079c4e5c051d8fe5c53918bf5cbed06cf30 /dist/js/bootstrap.js
parent96bdc56fdebca9ec7d024d2fd07bf766b1e1881e (diff)
downloadbootstrap-f5513fd30ef16228869b1ec3473217dab63f2c29.tar.xz
bootstrap-f5513fd30ef16228869b1ec3473217dab63f2c29.zip
nuke rtl
Diffstat (limited to 'dist/js/bootstrap.js')
-rw-r--r--dist/js/bootstrap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js
index 4ce288b22..d311998ca 100644
--- a/dist/js/bootstrap.js
+++ b/dist/js/bootstrap.js
@@ -1990,7 +1990,7 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
.trigger($.Event(affixType.replace('affix', 'affixed')))
if (affix == 'bottom') {
- this.$element.offset({ top: position.top })
+ this.$element.offset({ top: scrollHeight - this.$element.height() - offsetBottom })
}
}