diff --git a/pages/registration.html b/pages/registration.html index 1c6eb80..0eae6b4 100644 --- a/pages/registration.html +++ b/pages/registration.html @@ -26,11 +26,11 @@
- +
- +
Location diff --git a/script.js b/script.js index 227edfe..d5f98ee 100644 --- a/script.js +++ b/script.js @@ -59,7 +59,7 @@ hide: false }; - var chennai = new Date("Nov 9, 2017 14:00:00").getTime(); + var chennai = new Date("Nov 9, 2017 12:00:00").getTime(); // Update the count down every 1 second var x = setInterval(function() { // Get todays date and time @@ -80,7 +80,7 @@ if (distance < 0) { // $scope.extendedAmount = clearInterval(x); - document.getElementById("chennai").innerHTML = "EXPIRED"; + // document.getElementById("chennai").innerHTML = ""; } }, 1000); @@ -519,21 +519,8 @@ $scope.detail = result; data.applicantId = result.data.id; //$scope.userId = result.data.id; - if($scope.data.citymeetup == "chennai"){ - if ($scope.data.stage == "Idea") { - console.log("$scope.data", $scope.data) - $scope.ticketAmnt = 1000; - } - - if ($scope.data.stage == "Product") { - $scope.ticketAmnt = 2000; - } - - if ($scope.data.stage == "Growth") { - $scope.ticketAmnt = 2000; - } - } - else if($scope.data.citymeetup == "pune"){ + + if($scope.data.citymeetup == "pune"){ if ($scope.data.stage == "Idea") { console.log("$scope.data", $scope.data) $scope.ticketAmnt = 750;