From 689649dfe0868ed59f30e293b1446b72daee2124 Mon Sep 17 00:00:00 2001 From: Jimmy Liow Date: Fri, 27 Oct 2023 09:22:59 +0800 Subject: [PATCH] =?UTF-8?q?27=E5=8F=B7V=E7=A5=A8=E4=B8=8B=E6=9E=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/views/mobile_first/ah-lantern-form-info-page.php | 4 ++-- application/views/mobile_first/ah-lantern-form.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/application/views/mobile_first/ah-lantern-form-info-page.php b/application/views/mobile_first/ah-lantern-form-info-page.php index d6713951..b8d4d6a9 100644 --- a/application/views/mobile_first/ah-lantern-form-info-page.php +++ b/application/views/mobile_first/ah-lantern-form-info-page.php @@ -503,13 +503,13 @@ if (currentTarget.id === 'november27th') { // ticketTypePremium.style.display = 'none'; ticketTypeStandard.style.display = 'none'; - // vipTypePremium.style.display = 'none'; + vipTypePremium.style.display = 'none'; // standardOption.disabled = true; setNovember27thTicketLeft(); } else { // november28th // ticketTypePremium.style.display = ''; ticketTypeStandard.style.display = ''; - // vipTypePremium.style.display = ''; + vipTypePremium.style.display = ''; // standardOption.disabled = false; setNovember28thTicketLeft(); } diff --git a/application/views/mobile_first/ah-lantern-form.php b/application/views/mobile_first/ah-lantern-form.php index 0091589f..d2060d04 100644 --- a/application/views/mobile_first/ah-lantern-form.php +++ b/application/views/mobile_first/ah-lantern-form.php @@ -503,13 +503,13 @@ if (currentTarget.id === 'november27th') { // ticketTypePremium.style.display = 'none'; ticketTypeStandard.style.display = 'none'; - // vipTypePremium.style.display = 'none'; + vipTypePremium.style.display = 'none'; // standardOption.disabled = true; setNovember27thTicketLeft(); } else { // november28th // ticketTypePremium.style.display = ''; ticketTypeStandard.style.display = ''; - // vipTypePremium.style.display = ''; + vipTypePremium.style.display = ''; // standardOption.disabled = false; setNovember28thTicketLeft(); }