diff --git a/_config.yml b/_config.yml index e88d72be..03b932e1 100644 --- a/_config.yml +++ b/_config.yml @@ -13,7 +13,7 @@ description: > # this means to ignore newlines until "baseurl:" baseurl: "" # the subpath of your site, e.g. /blog url: "https://rehanbutt.com" # the base hostname & protocol for your site -version: 7.15.0 +version: 7.16.0 version-naming: [Apricot, Blackcurrent, Coconut, Dragonfruit, Elderberry, Fig, Guava] # Build settings diff --git a/js/app.js b/js/app.js index 1d2bb0b6..2f82994f 100644 --- a/js/app.js +++ b/js/app.js @@ -247,8 +247,11 @@ function copyToClipboard(link,clickedItem) { ///////////////////////////////////////////// Start of Checkbox Easter Egg Message on About Page function easterEggMessage(clickedItem){ - console.log("children",clickedItem.children); clickedItem.children[0].style.opacity = '1'; + gtag('event', 'Easter Eggs - ToDo Check List', { + 'event_category': 'Special', + 'event_label': 'ToDo Check List' + }); setTimeout(function(){clickedItem.children[0].style.opacity = '0';}, 1500); } ///////////////////////////////////////////// End of Checkbox Easter Egg Message on About Page \ No newline at end of file