|
|
|
@ -65,7 +65,7 @@
|
|
|
|
|
<label for="vip_heritage" style="font-size:18px;">
|
|
|
|
|
VIP Service+Shuttle Transfer+Dinner
|
|
|
|
|
<div class="selectionMemo">
|
|
|
|
|
US$109
|
|
|
|
|
US$109
|
|
|
|
|
</div>
|
|
|
|
|
</label>
|
|
|
|
|
</div> -->
|
|
|
|
@ -464,6 +464,10 @@
|
|
|
|
|
if (standardInput) {
|
|
|
|
|
standardInput.disabled = false;
|
|
|
|
|
}
|
|
|
|
|
var premiumInput = document.getElementById("premium_khomloy");
|
|
|
|
|
if (premiumInput) {
|
|
|
|
|
premiumInput.disabled = false;
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
@ -472,7 +476,7 @@ function addStyledLabel(targetId, text, labelClass) {
|
|
|
|
|
var target = document.getElementById(targetId);
|
|
|
|
|
if (target) {
|
|
|
|
|
removeExistingLabels(targetId, labelClass);
|
|
|
|
|
var existingLabel = target.querySelector('label[for]');
|
|
|
|
|
var existingLabel = target.querySelector('label[for]');
|
|
|
|
|
if (existingLabel) {
|
|
|
|
|
var selectionMemo = existingLabel.querySelector('.selectionMemo');
|
|
|
|
|
if (selectionMemo) {
|
|
|
|
|