From 491f7828f95a5f935d705a0f0af41308484bae4a Mon Sep 17 00:00:00 2001 From: frankknoll Date: Fri, 9 Jun 2023 17:25:47 +0200 Subject: [PATCH] temporarily disabling GA --- docs/GoogleAnalytics.js | 13 +++++++------ docs/batchCodes.html | 3 ++- 2 files changed, 9 insertions(+), 7 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/batchCodes.html b/docs/batchCodes.html index cdbea1f9a61..3a9f506ba91 100644 --- a/docs/batchCodes.html +++ b/docs/batchCodes.html @@ -5,6 +5,7 @@ Batch Codes of Coronavirus 2019 Vaccines +