From 21f07926217cac68e6f396b2f650c50ae9c54866 Mon Sep 17 00:00:00 2001 From: palak Date: Thu, 9 Nov 2017 18:25:32 +0530 Subject: [PATCH] dfd --- pages/registration.html | 2 +- script.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/registration.html b/pages/registration.html index 92f0d4b..df2e12b 100644 --- a/pages/registration.html +++ b/pages/registration.html @@ -235,7 +235,7 @@
- +
diff --git a/script.js b/script.js index 436a1c8..e348ceb 100644 --- a/script.js +++ b/script.js @@ -329,7 +329,7 @@ $scope.data.citymeetup = ''; $scope.register = function(value){ $scope.data.citymeetup = value; - if (value == 'maininvest') { + if (value == 'mainevent') { $scope.eventType = true; $scope.mainType = false; $scope.data.stage = null; -- 2.0.0