Skip to content

Commit 8f71726

Browse files
committed
Revert "download event"
This reverts commit b56e084.
1 parent b56e084 commit 8f71726

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

layouts/shortcodes/download.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h2>Download DbGate Community</h2>
4444

4545
<div class="column is-4">
4646
<a class="button is-medium is-primary is-fullwidth" {{ if .isLink }} href="{{ .link }}"
47-
onClick="sendDownloadEventToGoatCounter('{{ .event }}');fathom.trackEvent('download-community');" {{ else }}
47+
onClick="sendDownloadEventToGoatCounter('{{ .event }}')" {{ else }}
4848
onClick="openDownloadModal('{{ .link }}', '{{ .event }}', '{{ .icon }}', '{{ $osname }}', '{{ .text }}', '{{ .platform }}')"
4949
{{ end }}>
5050
<i class="{{ .icon }} mr-2"></i>
@@ -140,7 +140,6 @@ <h2>Please provide your e-mail address</h2>
140140
const doDownload = () => {
141141
window.closeDownloadData = null;
142142
sendDownloadEventToGoatCounter(event);
143-
fathom.trackEvent('download-community');
144143
const modal = document.getElementById('download-modal');
145144
modal.classList.remove('is-active');
146145

0 commit comments

Comments
 (0)