www/js/inv_yeasts.js

changeset 730
c161d703ee88
parent 729
eabc100b3d6b
child 765
0218893a5b7f
equal deleted inserted replaced
729:eabc100b3d6b 730:c161d703ee88
177 width: 180, 177 width: 180,
178 height: 23, 178 height: 23,
179 autoDropDownHeight: true 179 autoDropDownHeight: true
180 }); 180 });
181 $('#gr_hl_lo').jqxNumberInput(PosInt); 181 $('#gr_hl_lo').jqxNumberInput(PosInt);
182 $('#gr_hl_lo').jqxNumberInput({ min: 5, max: 400 }); 182 $('#gr_hl_lo').jqxNumberInput({ min: 2, max: 400 });
183 $('#sg_lo').jqxNumberInput(SGopts); 183 $('#sg_lo').jqxNumberInput(SGopts);
184 $('#gr_hl_hi').jqxNumberInput(PosInt); 184 $('#gr_hl_hi').jqxNumberInput(PosInt);
185 $('#gr_hl_hi').jqxNumberInput({ min: 5, max: 400 }); 185 $('#gr_hl_hi').jqxNumberInput({ min: 5, max: 400 });
186 $('#sg_hi').jqxNumberInput(SGopts); 186 $('#sg_hi').jqxNumberInput(SGopts);
187 $('#pitch_lo').jqxInput({ theme: theme, width: 100, height: 23 }); 187 $('#pitch_lo').jqxInput({ theme: theme, width: 100, height: 23 });

mercurial