Skip to content

Commit

Permalink
[bug 133513] Fix JS error on home page scroll detection
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgibson committed Feb 2, 2017
1 parent 5fba7ee commit d8e3e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/js/mozorg/home/home.js
Expand Up @@ -38,7 +38,7 @@

function enableWaypoints() {
impactInnovationWaypoint = new Waypoint({
element: '#who-innovate-wrapper',
element: '#impact-innovate-wrapper',
handler: handleWaypoint('impact-innovation'),
offset: '40%'
});
Expand Down

0 comments on commit d8e3e6f

Please sign in to comment.