diff --git a/pages/registration.html b/pages/registration.html index 5cb9ea3..c46c974 100644 --- a/pages/registration.html +++ b/pages/registration.html @@ -96,7 +96,7 @@
- +
Location diff --git a/script.js b/script.js index 11039af..3c075b6 100644 --- a/script.js +++ b/script.js @@ -108,7 +108,7 @@ } }, 1000); - var mumbai = new Date("Nov 13, 2017 12:00:00").getTime(); + var mumbai = new Date("Nov 13, 2017 16:00:00").getTime(); // Update the count down every 1 second var x = setInterval(function() { // Get todays date and time @@ -132,7 +132,7 @@ } }, 1000); - var ahmedabad = new Date("Nov 13, 2017 12:00:00").getTime(); + var ahmedabad = new Date("Nov 15, 2017 12:00:00").getTime(); // Update the count down every 1 second var x = setInterval(function() { // Get todays date and time