From 79a11161e6cac88e2d5155c7836f693ddd943c7e Mon Sep 17 00:00:00 2001 From: frankknoll Date: Sat, 10 Jun 2023 01:30:50 +0200 Subject: [PATCH] temporarily removing GA connection --- docs/GoogleAnalytics.js | 13 +++++++------ docs/HowBadIsMyBatch.html | 3 ++- docs/batchCodes.html | 3 ++- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/docs/GoogleAnalytics.js b/docs/GoogleAnalytics.js index caa69c93840..41283066e6a 100644 --- a/docs/GoogleAnalytics.js +++ b/docs/GoogleAnalytics.js @@ -1,11 +1,12 @@ class GoogleAnalytics { static click_batchcode(batchcode) { - gtag( - 'event', - 'click_batchcode', - { - 'batchcode': batchcode - }); + // FK-FIXME: reactivate + // gtag( + // 'event', + // 'click_batchcode', + // { + // 'batchcode': batchcode + // }); } } diff --git a/docs/HowBadIsMyBatch.html b/docs/HowBadIsMyBatch.html index 5c1d2180ef9..85ed3f20ec0 100644 --- a/docs/HowBadIsMyBatch.html +++ b/docs/HowBadIsMyBatch.html @@ -9,6 +9,7 @@ How Bad is My Batch? + diff --git a/docs/batchCodes.html b/docs/batchCodes.html index 04b622ac571..78cc7ec909d 100644 --- a/docs/batchCodes.html +++ b/docs/batchCodes.html @@ -6,6 +6,7 @@ Batch Codes of Coronavirus 2019 Vaccines +