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 @@ +
Data Source: Vaccine Adverse Event Reporting System (VAERS) -
- - - - -