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