mirror of https://github.com/twbs/bootstrap.git
rebuild assets
This commit is contained in:
parent
806a82ef83
commit
b07b869b26
|
@ -58,7 +58,7 @@
|
||||||
, href = $el.data('target') || $el.attr('href')
|
, href = $el.data('target') || $el.attr('href')
|
||||||
, $href = /^#\w/.test(href) && $(href)
|
, $href = /^#\w/.test(href) && $(href)
|
||||||
return ( $href
|
return ( $href
|
||||||
&& href.length
|
&& $href.length
|
||||||
&& [[ $href.position().top, href ]] ) || null
|
&& [[ $href.position().top, href ]] ) || null
|
||||||
})
|
})
|
||||||
.sort(function (a, b) { return a[0] - b[0] })
|
.sort(function (a, b) { return a[0] - b[0] })
|
||||||
|
|
|
@ -1368,7 +1368,7 @@
|
||||||
, href = $el.data('target') || $el.attr('href')
|
, href = $el.data('target') || $el.attr('href')
|
||||||
, $href = /^#\w/.test(href) && $(href)
|
, $href = /^#\w/.test(href) && $(href)
|
||||||
return ( $href
|
return ( $href
|
||||||
&& href.length
|
&& $href.length
|
||||||
&& [[ $href.position().top, href ]] ) || null
|
&& [[ $href.position().top, href ]] ) || null
|
||||||
})
|
})
|
||||||
.sort(function (a, b) { return a[0] - b[0] })
|
.sort(function (a, b) { return a[0] - b[0] })
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -58,7 +58,7 @@
|
||||||
, href = $el.data('target') || $el.attr('href')
|
, href = $el.data('target') || $el.attr('href')
|
||||||
, $href = /^#\w/.test(href) && $(href)
|
, $href = /^#\w/.test(href) && $(href)
|
||||||
return ( $href
|
return ( $href
|
||||||
&& href.length
|
&& $href.length
|
||||||
&& [[ $href.position().top, href ]] ) || null
|
&& [[ $href.position().top, href ]] ) || null
|
||||||
})
|
})
|
||||||
.sort(function (a, b) { return a[0] - b[0] })
|
.sort(function (a, b) { return a[0] - b[0] })
|
||||||
|
|
Loading…
Reference in New Issue