From f1ac7391d1fffd1bf06c7377afd48ae89ace3da5 Mon Sep 17 00:00:00 2001 From: maxdemaio Date: Thu, 25 Sep 2025 15:25:11 -0400 Subject: [PATCH] rm function call to old universal google analytics, since now we use GA4 with no popup system --- layouts/partials/js.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/layouts/partials/js.html b/layouts/partials/js.html index 1deefc92..f6b31ea4 100644 --- a/layouts/partials/js.html +++ b/layouts/partials/js.html @@ -68,7 +68,6 @@ } $(document).ready(function() { - checkTrack(); $('.js-tooltip').tooltip({container: "body"}); $('.js-copy').click(function() { var el = $(this); @@ -108,10 +107,6 @@ processGraphVizSections(); }, 1); }); - - $('#priv').on('click', function(e) { - openPrivacy(); - });