|
|
|
@ -453,14 +453,14 @@ B. Customers who <a href="/contact-us">reserve both the ticket and the hotel</a>
|
|
|
|
|
|
|
|
|
|
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");
|
|
|
|
|