From 161af09d13c3fd40f453af49e9e12a2889e7630c Mon Sep 17 00:00:00 2001 From: Jimmy Liow Date: Fri, 9 Aug 2024 16:34:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B316=E5=8F=B7P=E7=A5=A8?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/views/mobile_first/ah-lantern-form.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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) {