Skip to content

Commit

Permalink
fix analytics quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
brackendawson committed Nov 25, 2023
1 parent 36e66ab commit f503d12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/footer/custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
function analyticsSetOptOutText() {
_paq.push([function() {
document.getElementById("analytics-opt-out").innerHTML = this.isUserOptedOut()
? 'You have opted out of anonymous tracking, <a onclick="analyticsOptIn()"">click here</a> to opt in.'
: 'This site may anonymously track your visit, <a onclick="analyticsOptOut()"">click here</a> to opt out and save this setting on your device.';
? 'You have opted out of anonymous tracking, <a onclick="analyticsOptIn()">click here</a> to opt in.'
: 'This site may anonymously track your visit, <a onclick="analyticsOptOut()">click here</a> to opt out and save this setting on your device.';
}]);
}
function analyticsOptOut() {
Expand Down

0 comments on commit f503d12

Please # to comment.