From 1bf01c7020a5fa4922442b3c79f099666580bb6a Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Tue, 5 Jul 2022 13:28:27 -0600 Subject: [PATCH] download: Umm apparently that wasn't good enough --- src/resources/js/download.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/js/download.js b/src/resources/js/download.js index a732f4d..7cfb0a6 100644 --- a/src/resources/js/download.js +++ b/src/resources/js/download.js @@ -154,7 +154,7 @@ $(function() { disableFields(true); - if (fathom) { + if (fathom !== undefined) { fathom.trackGoal('U9K2UTFV', 0); }