remove tracking image after it finished loading

This commit is contained in:
Lucas Fischer 2018-10-09 23:38:26 +02:00
parent 901e09bcac
commit f0c6232162
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