# HG changeset patch # User Michiel Broek # Date 1618129721 -7200 # Node ID c161d703ee88c4d339c98d8eebff86477fbdaa57 # Parent eabc100b3d6bb7a48c13f08bc8908dd5a9826df6 Larger range allowed in gr/hl fields in the yeast inventory (again) diff -r eabc100b3d6b -r c161d703ee88 www/js/inv_yeasts.js --- a/www/js/inv_yeasts.js Sun Apr 11 10:15:46 2021 +0200 +++ b/www/js/inv_yeasts.js Sun Apr 11 10:28:41 2021 +0200 @@ -179,7 +179,7 @@ autoDropDownHeight: true }); $('#gr_hl_lo').jqxNumberInput(PosInt); - $('#gr_hl_lo').jqxNumberInput({ min: 5, max: 400 }); + $('#gr_hl_lo').jqxNumberInput({ min: 2, max: 400 }); $('#sg_lo').jqxNumberInput(SGopts); $('#gr_hl_hi').jqxNumberInput(PosInt); $('#gr_hl_hi').jqxNumberInput({ min: 5, max: 400 });