From 47957ca92f79777766c20e8208abfcec8e29ca15 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Thu, 18 Jan 2024 16:29:31 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20ah-info-page-form:=20=E5=A4=A7=E8=87=B4?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=E5=B0=B1=E4=B8=8D=E6=98=BE=E7=A4=BA=E6=97=A5?= =?UTF-8?q?=E6=9C=9F=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/views/mobile_first/ah-info-page-form.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/application/views/mobile_first/ah-info-page-form.php b/application/views/mobile_first/ah-info-page-form.php index efb6fbc8..a22a123a 100644 --- a/application/views/mobile_first/ah-info-page-form.php +++ b/application/views/mobile_first/ah-info-page-form.php @@ -723,7 +723,6 @@ var $tripDateBlock = $('#tripDateBlock'); var $expectedDate = $('#starting_date'); - var $expectedDatePickerEle = $('#starting_date~input.datepicker'); var $expectedMonth = $('#expectedMonth'); var $dateSelectionBlock = $('#dateSelectionBlock'); var $expectedTravelDateBlock = $('#expectedTravelDateBlock'); @@ -739,12 +738,10 @@ $expectedTravelDateBlock.hide(); $expectedMonth.hide(); $expectedDate.show(); - $expectedDatePickerEle.show(); } else if (selectedTripDate.id === 'approximate') { $dateSelectionBlock.show(); $expectedTravelDateBlock.hide(); $expectedDate.hide(); - $expectedDatePickerEle.hide(); $expectedMonth.show(); } else if (selectedTripDate.id === 'yet') { $dateSelectionBlock.hide();