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 f69bf13e..63679718 100644 --- a/application/views/mobile_first/ah-lantern-form-info-page.php +++ b/application/views/mobile_first/ah-lantern-form-info-page.php @@ -449,14 +449,14 @@ function setNovember27thTicketLeft() { premiumTicketLeft.innerText = '0 left'; - vipTicketLeft.innerText = '99 left'; - standardTicketLeft.innerText = '59 left'; + vipTicketLeft.innerText = '91 left'; + standardTicketLeft.innerText = '51 left'; } function setNovember28thTicketLeft() { - premiumTicketLeft.innerText = '174 left'; - vipTicketLeft.innerText = '212 left'; - standardTicketLeft.innerText = '181 left'; + premiumTicketLeft.innerText = '167 left'; + vipTicketLeft.innerText = '210 left'; + standardTicketLeft.innerText = '170 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 26dda9f4..4815bd36 100644 --- a/application/views/mobile_first/ah-lantern-form.php +++ b/application/views/mobile_first/ah-lantern-form.php @@ -444,14 +444,14 @@ function setNovember27thTicketLeft() { premiumTicketLeft.innerText = '0 left'; - vipTicketLeft.innerText = '99 left'; - standardTicketLeft.innerText = '59 left'; + vipTicketLeft.innerText = '91 left'; + standardTicketLeft.innerText = '51 left'; } function setNovember28thTicketLeft() { - premiumTicketLeft.innerText = '174 left'; - vipTicketLeft.innerText = '212 left'; - standardTicketLeft.innerText = '181 left'; + premiumTicketLeft.innerText = '167 left'; + vipTicketLeft.innerText = '210 left'; + standardTicketLeft.innerText = '170 left'; } var plusButton = document.getElementById("plusButton"); var minusButton = document.getElementById("minusButton");