diff --git a/application/views/mobile_first/ah-lantern-form.php b/application/views/mobile_first/ah-lantern-form.php index a30675d9..ffd8e045 100644 --- a/application/views/mobile_first/ah-lantern-form.php +++ b/application/views/mobile_first/ah-lantern-form.php @@ -65,7 +65,7 @@ --> @@ -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) {