mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-06 22:30:59 +00:00
automatic grunt dist
This commit is contained in:
parent
e4d6fbf715
commit
fbc5d8ee41
2 changed files with 2 additions and 2 deletions
|
|
@ -2233,7 +2233,7 @@ if (typeof jQuery === 'undefined') {
|
|||
var offset = this.options.offset
|
||||
var offsetTop = offset.top
|
||||
var offsetBottom = offset.bottom
|
||||
var scrollHeight = $('body').height()
|
||||
var scrollHeight = $(document.body).height()
|
||||
|
||||
if (typeof offset != 'object') offsetBottom = offsetTop = offset
|
||||
if (typeof offsetTop == 'function') offsetTop = offset.top(this.$element)
|
||||
|
|
|
|||
2
dist/js/bootstrap.min.js
vendored
2
dist/js/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue