Skip to content

Commit

Permalink
Tracking img set style to position:absolute
Browse files Browse the repository at this point in the history
This is based on feedback i got from Jack, let's pray that fixes it.

(Hopefully) Closes #234
  • Loading branch information
LKaemmerling committed May 2, 2022
1 parent 940f020 commit 1d0ca9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/src/js/tracker.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
let img = document.createElement('img');
img.setAttribute('alt', '');
img.setAttribute('aria-hidden', 'true');
img.setAttribute('style', 'position:absolute');
img.src = url + stringifyObject(d);
img.addEventListener('load', function() {
let midnight = new Date();
Expand Down

0 comments on commit 1d0ca9f

Please sign in to comment.