|
|
|
@ -452,6 +452,14 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function setNovember16thTicket() {
|
|
|
|
|
var premium_khomloy_left = document.getElementById("premium_khomloy_left");
|
|
|
|
|
var vip_khomloy_left = document.getElementById("vip_khomloy_left");
|
|
|
|
|
var standard_khomloy_left = document.getElementById("standard_khomloy_left");
|
|
|
|
|
|
|
|
|
|
var premium_khomloy_input = document.getElementById("premium_khomloy");
|
|
|
|
|
var vip_khomloy_input = document.getElementById("vip_khomloy");
|
|
|
|
|
var standard_khomloy_input = document.getElementById("standard_khomloy");
|
|
|
|
|
|
|
|
|
|
premium_khomloy_left.innerText ='225 left'
|
|
|
|
|
vip_khomloy_left.innerText ='149 left'
|
|
|
|
|
standard_khomloy_left.innerText ='Sold out'
|
|
|
|
|