From 03871ae4c355f0e604c4c80221a71e7b68c040a0 Mon Sep 17 00:00:00 2001 From: Lukas Mueller Date: Tue, 30 Jul 2024 19:55:43 -0400 Subject: [PATCH] tweak. --- mason/breeders_toolbox/trial/phenotype_summary.mas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mason/breeders_toolbox/trial/phenotype_summary.mas b/mason/breeders_toolbox/trial/phenotype_summary.mas index eb9cf76bea..3f1bc668f3 100644 --- a/mason/breeders_toolbox/trial/phenotype_summary.mas +++ b/mason/breeders_toolbox/trial/phenotype_summary.mas @@ -440,7 +440,7 @@ function trait_summary_hist_change(value) { { "singleDatePicker": true, "autoUpdateInput": true, - "minDate": jQuery('#summary_start_date').val(), + "minDate": jQuery('#summary_start_date').val(), "maxDate": jQuery('#summary_end_date').val(), "yearSelect" : true, locale: { -- 2.11.4.GIT