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 63679718..1d0db88c 100644 --- a/application/views/mobile_first/ah-lantern-form-info-page.php +++ b/application/views/mobile_first/ah-lantern-form-info-page.php @@ -449,13 +449,13 @@ function setNovember27thTicketLeft() { premiumTicketLeft.innerText = '0 left'; - vipTicketLeft.innerText = '91 left'; - standardTicketLeft.innerText = '51 left'; + vipTicketLeft.innerText = '74 left'; + standardTicketLeft.innerText = '18 left'; } function setNovember28thTicketLeft() { - premiumTicketLeft.innerText = '167 left'; - vipTicketLeft.innerText = '210 left'; + premiumTicketLeft.innerText = '148 left'; + vipTicketLeft.innerText = '209 left'; standardTicketLeft.innerText = '170 left'; } var plusButton = document.getElementById("plusButton"); diff --git a/application/views/mobile_first/ah-lantern-form.php b/application/views/mobile_first/ah-lantern-form.php index 4815bd36..a779b2de 100644 --- a/application/views/mobile_first/ah-lantern-form.php +++ b/application/views/mobile_first/ah-lantern-form.php @@ -444,13 +444,13 @@ function setNovember27thTicketLeft() { premiumTicketLeft.innerText = '0 left'; - vipTicketLeft.innerText = '91 left'; - standardTicketLeft.innerText = '51 left'; + vipTicketLeft.innerText = '74 left'; + standardTicketLeft.innerText = '18 left'; } function setNovember28thTicketLeft() { - premiumTicketLeft.innerText = '167 left'; - vipTicketLeft.innerText = '210 left'; + premiumTicketLeft.innerText = '148 left'; + vipTicketLeft.innerText = '209 left'; standardTicketLeft.innerText = '170 left'; } var plusButton = document.getElementById("plusButton");