Skip to content

Commit

Permalink
FIX lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Feb 28, 2024
1 parent a667ee6 commit e3951ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-src/static/js/analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ setTimeout(function () {
// detect scroll to bottom of landingpage
let scrollTriggerDone = false;
if (location.pathname === '/') {
window.addEventListener('scroll', (event) => {
window.addEventListener('scroll', () => {
if (!scrollTriggerDone) {
/**
* @link https://fjolt.com/article/javascript-check-if-user-scrolled-to-bottom
Expand Down

0 comments on commit e3951ba

Please sign in to comment.