Skip to content

Commit

Permalink
Attemts to fix IE loading error in polymer 2
Browse files Browse the repository at this point in the history
  • Loading branch information
drzackyll committed Apr 26, 2019
1 parent b7b6453 commit fc777f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etools-piwik-analytics.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
_paq.push(['enableLinkTracking']);
_paq.push(['enableHeartBeatTimer']);
(function(_paq) {
let u='//unisitetracker.unicef.io/';
let u='https://unisitetracker.unicef.io/';
_paq.push(['setTrackerUrl', u + 'piwik.php']);
_paq.push(['setSiteId', SITE_ID]);
// eslint-disable-next-line
Expand Down

0 comments on commit fc777f3

Please sign in to comment.