Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygovier committed Jul 19, 2019
1 parent b865656 commit 79c1de7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/js/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ const subHeader = {
queued: false,
observer: new IntersectionObserver(function(entries) {
if (subHeader.queued) return;
console.log(entries[0].intersectionRatio)

// no intersection with screen
if(!subHeader.stuck && entries[0].intersectionRatio === 0) {
Expand Down

0 comments on commit 79c1de7

Please sign in to comment.