|
|
|
@ -434,12 +434,12 @@
|
|
|
|
|
|
|
|
|
|
ticket_date_november15th.addEventListener('click', function () {
|
|
|
|
|
premium_khomloy_left.innerText ='Sold out'
|
|
|
|
|
vip_khomloy_left.innerText ='93 left'
|
|
|
|
|
standard_khomloy_left.innerText ='Sold out'
|
|
|
|
|
vip_khomloy_left.innerText ='65 left'
|
|
|
|
|
standard_khomloy_left.innerText ='57 left'
|
|
|
|
|
|
|
|
|
|
premium_khomloy_input.disabled = true;
|
|
|
|
|
vip_khomloy_input.disabled = false;
|
|
|
|
|
standard_khomloy_input.disabled = true;
|
|
|
|
|
standard_khomloy_input.disabled = false;
|
|
|
|
|
|
|
|
|
|
vip_khomloy_input.checked = true;
|
|
|
|
|
var dataPrice = parseInt(vip_khomloy_input.getAttribute('data-price'));
|
|
|
|
@ -448,9 +448,9 @@
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
ticket_date_november16th.addEventListener('click', function () {
|
|
|
|
|
premium_khomloy_left.innerText ='240 left'
|
|
|
|
|
premium_khomloy_left.innerText ='225 left'
|
|
|
|
|
vip_khomloy_left.innerText ='149 left'
|
|
|
|
|
standard_khomloy_left.innerText ='19 left'
|
|
|
|
|
standard_khomloy_left.innerText ='63 left'
|
|
|
|
|
|
|
|
|
|
premium_khomloy_input.disabled = false;
|
|
|
|
|
vip_khomloy_input.disabled = false;
|
|
|
|
|