Merge pull request #148 from lucasfischer/remove-image-on-load

remove tracking img on load, thanks @lucasfischer
This commit is contained in:
Danny van Kooten 2018-10-10 09:52:42 +02:00 committed by GitHub
commit d3dfcf649d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -172,8 +172,8 @@ function trackPageview() {
data.lastSeen = +new Date();
setCookie('_fathom', JSON.stringify(data), { expires: midnight, path: '/' });
});
i.addEventListener('load', () => document.body.removeChild(i));
document.body.appendChild(i);
window.setTimeout(() => { document.body.removeChild(i)}, 1000);
}
// override global fathom object