Larger range allowed in gr/hl fields in the yeast inventory (again)

Sun, 11 Apr 2021 10:28:41 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 11 Apr 2021 10:28:41 +0200
changeset 730
c161d703ee88
parent 729
eabc100b3d6b
child 731
3bd2f0d83bda

Larger range allowed in gr/hl fields in the yeast inventory (again)

www/js/inv_yeasts.js file | annotate | diff | comparison | revisions
--- 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 });

mercurial