From 3c65df720f2b95163862495a87e720aa8bcdf3c7 Mon Sep 17 00:00:00 2001 From: Palak Handa Date: Sat, 31 Aug 2019 16:02:59 +0530 Subject: [PATCH] minor change --- script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script.js b/script.js index 023632e..2ff1aee 100644 --- a/script.js +++ b/script.js @@ -456,7 +456,7 @@ $scope.click=function(){ Analytics.trackEvent('whatsapp', 'click', 'Registration'); - let redirectUrl = "https://wa.me/918283056881"; + let redirectUrl = "https://wa.me/919855051678"; window.open(redirectUrl,"_blank") } @@ -708,7 +708,7 @@ $scope.click=function(){ Analytics.trackEvent('whatsapp', 'click', 'Registration'); - let redirectUrl = "https://wa.me/918283056881"; + let redirectUrl = "https://wa.me/919855051678"; window.open(redirectUrl,"_blank") } -- 2.0.0