Skip to content

Commit

Permalink
Merge pull request #1329 from paulpartington-cti/patch-2
Browse files Browse the repository at this point in the history
Add an alt attribute to the tracking image.
  • Loading branch information
rbayet authored Feb 25, 2019
2 parents d3aa591 + 028f897 commit 66d4d75
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ var smileTracker = (function () {
var trackingUrl = getTrackerUrl.bind(this)();
var imgNode = document.createElement('img');
imgNode.setAttribute('src', trackingUrl);
imgNode.setAttribute('alt', '');
setTrackerStyle(imgNode);
bodyNode.appendChild(imgNode);
this.trackerSent = true;
Expand Down

0 comments on commit 66d4d75

Please sign in to comment.