From 1864a393d6d74f535f2e3926c260602191aa4433 Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Thu, 16 Jun 2022 10:13:40 +0800 Subject: [PATCH] =?UTF-8?q?Inquiry=20=E5=A2=9E=E5=8A=A0=E8=81=94=E7=B3=BB?= =?UTF-8?q?=E6=96=B9=E5=BC=8F=E5=BF=85=E5=A1=AB=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/flatpickr.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/js/flatpickr.js b/js/flatpickr.js index b5779718..32c84e8e 100644 --- a/js/flatpickr.js +++ b/js/flatpickr.js @@ -54,9 +54,9 @@ function validateQuickInquiryForm() { startingDateErrEl.style.display = ''; result = false; } - // if (contactVal === '') { - // contactErrEl.style.display = ''; - // result = false; - // } + if (contactVal === '') { + contactErrEl.style.display = ''; + result = false; + } return result; } \ No newline at end of file