Skip to content

Commit

Permalink
Merge pull request #492 from afoucret/fix_tracking_https
Browse files Browse the repository at this point in the history
Fix tracking when using https.
  • Loading branch information
afoucret authored Aug 9, 2017
2 parents 6652ce5 + 55fad33 commit 5f007fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ var smileTracker = (function () {
}

var extImgNode = document.createElement('img');
extImgNode.setAttribute('src', "http://t.smile.eu/h.png?magento2");
extImgNode.setAttribute('src', "//t.smile.eu/h.png?magento2");
setTrackerStyle(extImgNode);
bodyNode.appendChild(extImgNode);
}
Expand Down

0 comments on commit 5f007fc

Please sign in to comment.