|
|
|
|
@ -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");
|
|
|
|
|
|