From d197698ca37dec91bf4060c423403c2364986d2b Mon Sep 17 00:00:00 2001 From: surishubham Date: Tue, 5 Aug 2025 14:55:57 +0530 Subject: [PATCH] imported event --- custom.js | 1 + 1 file changed, 1 insertion(+) diff --git a/custom.js b/custom.js index e42faadfe..f5d48927b 100644 --- a/custom.js +++ b/custom.js @@ -149,6 +149,7 @@ }); } } + window.sendAmplitudeEvents = sendAmplitudeEvents; window.addEventListener('click', function (event) { if(event.target.matches(".menu__link")){ let params = window.location.href.split('/');