From 9fcf3a1cf291f5f366035cce7222cc1e7a36935c Mon Sep 17 00:00:00 2001 From: frankknoll Date: Mon, 3 Apr 2023 01:24:30 +0200 Subject: [PATCH] updating --- docs/GoogleAnalytics.js | 26 ++++++++++----------- docs/batchCodeTable.html | 50 +++++++++++++++++++++------------------- 2 files changed, 38 insertions(+), 38 deletions(-) diff --git a/docs/GoogleAnalytics.js b/docs/GoogleAnalytics.js index f4d2aee8eef..f1ae6368add 100644 --- a/docs/GoogleAnalytics.js +++ b/docs/GoogleAnalytics.js @@ -1,22 +1,20 @@ class GoogleAnalytics { static click_batchcode(batchcode) { - // FK-TODO: uncomment - // gtag( - // 'event', - // 'click_batchcode', - // { - // 'batchcode': batchcode - // }); + gtag( + 'event', + 'click_batchcode', + { + 'batchcode': batchcode + }); } static view_search_results(search_term) { - // FK-TODO: uncomment - // gtag( - // 'event', - // 'view_search_results', - // { - // 'search_term': search_term - // }); + gtag( + 'event', + 'view_search_results', + { + 'search_term': search_term + }); } } diff --git a/docs/batchCodeTable.html b/docs/batchCodeTable.html index e96050cb957..1f68ddfe7d3 100644 --- a/docs/batchCodeTable.html +++ b/docs/batchCodeTable.html @@ -1,19 +1,19 @@ + Batch Codes of Coronavirus 2019 Vaccines - - + @@ -44,6 +44,7 @@ }); + Fork me on GitHub

Batch Codes of Coronavirus 2019 Vaccines

@@ -68,27 +69,28 @@

Data Source: Vaccine Adverse Event Reporting System (VAERS) -

- - + + \ No newline at end of file