mirror of
https://github.com/status-im/fathom.git
synced 2025-03-01 03:20:27 +00:00
remove tracking image after it finished loading
This commit is contained in:
parent
901e09bcac
commit
f0c6232162
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user