Commit 6ac108d15d093076b0cca5c31cdc82f41063eacc
1 parent
2d5c1cbe7b
Exists in
master
minor change
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
script.js
... | ... | @@ -418,7 +418,7 @@ |
418 | 418 | } |
419 | 419 | |
420 | 420 | $scope.click=function(){ |
421 | - Analytics.trackEvent('register', 'click', 'Registration'); | |
421 | + Analytics.trackEvent('whatsapp', 'click', 'Registration'); | |
422 | 422 | let redirectUrl = "https://wa.me/918283056881"; |
423 | 423 | window.open(redirectUrl,"_blank") |
424 | 424 | } | ... | ... |