+
+
+
+
+
+
+
+
+ kanpur
+
+
+
diff --git a/pages/ambassador.html b/pages/ambassador.html
index 4d1b87b..60309da 100644
--- a/pages/ambassador.html
+++ b/pages/ambassador.html
@@ -84,4 +84,4 @@
-
\ No newline at end of file
+
diff --git a/pages/caricatures.html b/pages/caricatures.html
index 11dd1f4..939f07f 100644
--- a/pages/caricatures.html
+++ b/pages/caricatures.html
@@ -13,7 +13,8 @@
@@ -38,7 +39,8 @@
@@ -63,7 +65,8 @@
@@ -88,7 +91,8 @@
@@ -118,7 +122,8 @@
@@ -143,7 +148,8 @@
@@ -168,7 +174,8 @@
@@ -193,7 +200,8 @@
@@ -221,11 +229,12 @@
-
+
@@ -250,6 +259,7 @@
@@ -303,11 +313,24 @@
+
“* Registeration closes”
+
+
+
+
+
+
+
+
+ kanpur
+
+
+
diff --git a/script.js b/script.js
index 08b5fb0..552c919 100644
--- a/script.js
+++ b/script.js
@@ -65,7 +65,7 @@
hide: false
};
- var chennai = new Date("Sept 20, 2018 12:00:00").getTime();
+ var chennai = new Date("Sept 18, 2018 12:00:00").getTime();
// Update the count down every 1 second
var x = setInterval(function() {
// Get todays date and time
@@ -89,7 +89,7 @@
}
}, 1000);
- var hyderabad = new Date("Sept 22, 2018 12:00:00").getTime();
+ var hyderabad = new Date("Sept 20, 2018 12:00:00").getTime();
// Update the count down every 1 second
var x = setInterval(function() {
// Get todays date and time
@@ -113,7 +113,7 @@
}
}, 1000);
- var mumbai = new Date("Sept 26, 2018 12:00:00").getTime();
+ var mumbai = new Date("Sept 24, 2018 12:00:00").getTime();
// Update the count down every 1 second
var x = setInterval(function() {
// Get todays date and time
@@ -137,7 +137,7 @@
}
}, 1000);
- var kolkata = new Date("Oct 3, 2018 12:00:00").getTime();
+ var kolkata = new Date("Oct 1, 2018 12:00:00").getTime();
// Update the count down every 1 second
var x = setInterval(function() {
// Get todays date and time
@@ -161,7 +161,7 @@
}
}, 1000);
- var jaipur = new Date("Oct 5, 2018 12:00:00").getTime();
+ var jaipur = new Date("Oct 3, 2018 12:00:00").getTime();
// Update the count down every 1 second
var x = setInterval(function() {
// Get todays date and time
@@ -185,7 +185,7 @@
}
}, 1000);
- var delhi = new Date("Oct 8, 2018 12:00:00").getTime();
+ var delhi = new Date("Oct 6, 2018 12:00:00").getTime();
// Update the count down every 1 second
var x = setInterval(function() {
// Get todays date and time
@@ -209,7 +209,7 @@
}
}, 1000);
- var kanpur = new Date("Oct 10, 2018 12:00:00").getTime();
+ var kanpur = new Date("Oct 8, 2018 12:00:00").getTime();
// Update the count down every 1 second
var x = setInterval(function() {
// Get todays date and time
@@ -233,7 +233,7 @@
}
}, 1000);
- var ahmedabad = new Date("Oct 12, 2018 12:00:00").getTime();
+ var ahmedabad = new Date("Oct 10, 2018 12:00:00").getTime();
// Update the count down every 1 second
var x = setInterval(function() {
// Get todays date and time
@@ -257,7 +257,7 @@
}
}, 1000);
- var bengaluru = new Date("Oct 13, 2018 12:00:00").getTime();
+ var bengaluru = new Date("Oct 11, 2018 12:00:00").getTime();
// Update the count down every 1 second
var x = setInterval(function() {
// Get todays date and time
@@ -281,7 +281,7 @@
}
}, 1000);
- var dharamsala = new Date("Dec 14, 2018 12:00:00").getTime();
+ var dharamsala = new Date("Dec 12, 2018 12:00:00").getTime();
// Update the count down every 1 second
var x = setInterval(function() {
// Get todays date and time
@@ -644,8 +644,8 @@
console.log("====$scope.discountpercentage====",$scope.discountpercentage);
console.log("resultcity===",$scope.data.city)
if($scope.discountpercentage == "100") {
- $scope.discountpercentage = "99.8";
- console.log("$scope.discountpercentage====",$scope.discountpercentage)
+ $scope.discountpercentage = "99.8";
+ console.log("$scope.discountpercentage====",$scope.discountpercentage)
}
console.log("====$scope.discountpercentage====",$scope.discountpercentage);
$scope.percDiscount = $scope.discountpercentage/100;