Commit e6e8fcf6dbbeacd484656371d4dc76c71d93418f
1 parent
51da4bffe4
Exists in
master
razor pay integrate
Showing
1 changed file
with
7 additions
and
1 deletions
Show diff stats
script.js
... | ... | @@ -421,7 +421,7 @@ |
421 | 421 | } |
422 | 422 | |
423 | 423 | $scope.click=function(){ |
424 | - //Analytics.trackEvent('register', 'click', 'Registration'); | |
424 | + Analytics.trackEvent('register', 'click', 'Registration'); | |
425 | 425 | let redirectUrl = "https://wa.me/918283056881"; |
426 | 426 | window.open(redirectUrl,"_blank") |
427 | 427 | } |
... | ... | @@ -666,6 +666,12 @@ |
666 | 666 | // $scope.disApprovedMsg = true; |
667 | 667 | // } |
668 | 668 | |
669 | + $scope.click=function(){ | |
670 | + Analytics.trackEvent('register', 'click', 'Registration'); | |
671 | + let redirectUrl = "https://wa.me/918283056881"; | |
672 | + window.open(redirectUrl,"_blank") | |
673 | + } | |
674 | + | |
669 | 675 | $scope.removeError = function() { |
670 | 676 | $('#invalidEmail').css('display', 'none'); |
671 | 677 | $('#alreadyExist').css('display', 'none'); | ... | ... |