diff --git a/application/views/mobile_first/ch-info-page-form.php b/application/views/mobile_first/ch-info-page-form.php index 7ba8cec1..e5fad010 100644 --- a/application/views/mobile_first/ch-info-page-form.php +++ b/application/views/mobile_first/ch-info-page-form.php @@ -429,121 +429,257 @@ --> - - - + + + - + $('#tripLengthMinus').click(function () { + if (tripLength > 1) { + tripLength--; + $('#tripLengthNumber').val(tripLength); + } + }); + }) + +