mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-17 19:00:59 +00:00
grunt
This commit is contained in:
parent
1403748907
commit
e9d6f256c2
5 changed files with 3 additions and 5 deletions
1
dist/js/bootstrap.js
vendored
1
dist/js/bootstrap.js
vendored
|
|
@ -1795,7 +1795,6 @@ if (typeof jQuery === 'undefined') {
|
|||
return ($href
|
||||
&& $href.length
|
||||
&& $href.is(':visible')
|
||||
&& $el.is(':visible')
|
||||
&& [[$href[offsetMethod]().top + offsetBase, href]]) || null
|
||||
})
|
||||
.sort(function (a, b) { return a[0] - b[0] })
|
||||
|
|
|
|||
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
2
docs/assets/js/raw-files.min.js
vendored
2
docs/assets/js/raw-files.min.js
vendored
File diff suppressed because one or more lines are too long
1
docs/dist/js/bootstrap.js
vendored
1
docs/dist/js/bootstrap.js
vendored
|
|
@ -1795,7 +1795,6 @@ if (typeof jQuery === 'undefined') {
|
|||
return ($href
|
||||
&& $href.length
|
||||
&& $href.is(':visible')
|
||||
&& $el.is(':visible')
|
||||
&& [[$href[offsetMethod]().top + offsetBase, href]]) || null
|
||||
})
|
||||
.sort(function (a, b) { return a[0] - b[0] })
|
||||
|
|
|
|||
2
docs/dist/js/bootstrap.min.js
vendored
2
docs/dist/js/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue