diff --git a/application/views/mobile_first/ah-lantern-form-info-page.php b/application/views/mobile_first/ah-lantern-form-info-page.php
index 5b3a03ef..0c363774 100644
--- a/application/views/mobile_first/ah-lantern-form-info-page.php
+++ b/application/views/mobile_first/ah-lantern-form-info-page.php
@@ -453,14 +453,14 @@ B. Customers who reserve both the ticket and the hotel
function setNovember27thTicketLeft() {
premiumTicketLeft.innerText = '0 left';
- vipTicketLeft.innerText = '74 left';
+ vipTicketLeft.innerText = '14 left';
standardTicketLeft.innerText = '18 left';
}
function setNovember28thTicketLeft() {
- premiumTicketLeft.innerText = '148 left';
- vipTicketLeft.innerText = '209 left';
- standardTicketLeft.innerText = '170 left';
+ premiumTicketLeft.innerText = '90 left';
+ vipTicketLeft.innerText = '198 left';
+ standardTicketLeft.innerText = '149 left';
}
var plusButton = document.getElementById("plusButton");
var minusButton = document.getElementById("minusButton");
diff --git a/application/views/mobile_first/ah-lantern-form.php b/application/views/mobile_first/ah-lantern-form.php
index e22ddf15..fd0e18aa 100644
--- a/application/views/mobile_first/ah-lantern-form.php
+++ b/application/views/mobile_first/ah-lantern-form.php
@@ -455,14 +455,14 @@ B. Customers who reserve both the ticket and the hotel
function setNovember27thTicketLeft() {
premiumTicketLeft.innerText = '0 left';
- vipTicketLeft.innerText = '74 left';
+ vipTicketLeft.innerText = '14 left';
standardTicketLeft.innerText = '0 left';
}
function setNovember28thTicketLeft() {
- premiumTicketLeft.innerText = '148 left';
- vipTicketLeft.innerText = '209 left';
- standardTicketLeft.innerText = '170 left';
+ premiumTicketLeft.innerText = '90 left';
+ vipTicketLeft.innerText = '198 left';
+ standardTicketLeft.innerText = '149 left';
}
var plusButton = document.getElementById("plusButton");
var minusButton = document.getElementById("minusButton");