From b3cb079ffb7a33f6d16f02fd50804c608651b3ae Mon Sep 17 00:00:00 2001 From: candice Date: Thu, 25 May 2023 15:47:08 +0800 Subject: [PATCH] 11 --- application/views/mobile_first/ah-info-page-form.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/application/views/mobile_first/ah-info-page-form.php b/application/views/mobile_first/ah-info-page-form.php index b922e213..70114f96 100644 --- a/application/views/mobile_first/ah-info-page-form.php +++ b/application/views/mobile_first/ah-info-page-form.php @@ -713,7 +713,8 @@ Our must-dos/must-sees are…" style="height:90px;"> $infantNumberInput.val(infantNumber); } }); - }) + + // Trip Length $('#tripLengthPlus').click(function () { @@ -732,6 +733,7 @@ Our must-dos/must-sees are…" style="height:90px;"> autoclose: true, startDate: '+2d' }); + })