Commit e9d6f256 authored by Heinrich Fenkart's avatar Heinrich Fenkart

grunt

parent 14037489
...@@ -1795,7 +1795,6 @@ if (typeof jQuery === 'undefined') { ...@@ -1795,7 +1795,6 @@ if (typeof jQuery === 'undefined') {
return ($href return ($href
&& $href.length && $href.length
&& $href.is(':visible') && $href.is(':visible')
&& $el.is(':visible')
&& [[$href[offsetMethod]().top + offsetBase, href]]) || null && [[$href[offsetMethod]().top + offsetBase, href]]) || null
}) })
.sort(function (a, b) { return a[0] - b[0] }) .sort(function (a, b) { return a[0] - b[0] })
......
This diff is collapsed.
This diff is collapsed.
...@@ -1795,7 +1795,6 @@ if (typeof jQuery === 'undefined') { ...@@ -1795,7 +1795,6 @@ if (typeof jQuery === 'undefined') {
return ($href return ($href
&& $href.length && $href.length
&& $href.is(':visible') && $href.is(':visible')
&& $el.is(':visible')
&& [[$href[offsetMethod]().top + offsetBase, href]]) || null && [[$href[offsetMethod]().top + offsetBase, href]]) || null
}) })
.sort(function (a, b) { return a[0] - b[0] }) .sort(function (a, b) { return a[0] - b[0] })
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment