www/js/global.js

changeset 337
faedcfa0610f
parent 329
63f9e4a23bfc
child 371
023ca640b5af
equal deleted inserted replaced
336:3323b02c1bbe 337:faedcfa0610f
609 { name: 'max_temperature', type: 'float' }, 609 { name: 'max_temperature', type: 'float' },
610 { name: 'flocculation', type: 'int' }, 610 { name: 'flocculation', type: 'int' },
611 { name: 'attenuation', type: 'float' }, 611 { name: 'attenuation', type: 'float' },
612 { name: 'cells', type: 'float' }, 612 { name: 'cells', type: 'float' },
613 { name: 'inventory', type: 'float' }, 613 { name: 'inventory', type: 'float' },
614 { name: 'cost', type: 'float' } 614 { name: 'cost', type: 'float' },
615 { name: 'tolerance', type: 'float' }
615 ], 616 ],
616 url: "getyeastsources.php" 617 url: "getyeastsources.php"
617 }; 618 };
618 var yeastinstock = false; 619 var yeastinstock = false;
619 var yeastlist = new $.jqx.dataAdapter(yeastInvSource, { 620 var yeastlist = new $.jqx.dataAdapter(yeastInvSource, {

mercurial