From b9a7103c62f1c85b3582215e03571bb6d03981c5 Mon Sep 17 00:00:00 2001 From: palak Date: Sun, 19 Nov 2017 14:32:47 +0530 Subject: [PATCH] update --- 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 310a693..066d31f 100644 --- a/pages/registration.html +++ b/pages/registration.html @@ -145,7 +145,7 @@
- +
Location diff --git a/script.js b/script.js index 3aa49d1..3f514cf 100644 --- a/script.js +++ b/script.js @@ -204,7 +204,7 @@ } }, 1000); - var hyderabad = new Date("Nov 19, 2017 12:00:00").getTime(); + var hyderabad = new Date("Nov 21, 2017 16:00:00").getTime(); // Update the count down every 1 second var x = setInterval(function() { // Get todays date and time -- 2.0.0