www/js/global.js

changeset 554
c62ff53cfc3d
parent 548
c67cd0d9249b
child 561
dc618b8a9552
equal deleted inserted replaced
553:481dbe0af222 554:c62ff53cfc3d
651 { name: 'flocculation', type: 'int' }, 651 { name: 'flocculation', type: 'int' },
652 { name: 'attenuation', type: 'float' }, 652 { name: 'attenuation', type: 'float' },
653 { name: 'cells', type: 'float' }, 653 { name: 'cells', type: 'float' },
654 { name: 'inventory', type: 'float' }, 654 { name: 'inventory', type: 'float' },
655 { name: 'cost', type: 'float' }, 655 { name: 'cost', type: 'float' },
656 { name: 'tolerance', type: 'float' } 656 { name: 'tolerance', type: 'float' },
657 { name: 'sta1', type: 'int' },
658 { name: 'bacteria', type: 'int' },
659 { name: 'harvest_top', type: 'int' },
660 { name: 'harvest_time', type: 'int' },
661 { name: 'pitch_temperature', type: 'float' },
662 { name: 'pofpos', type: 'int' },
663 { name: 'zymocide', type: 'int' }
657 ], 664 ],
658 url: 'getyeastsources.php' 665 url: 'getyeastsources.php'
659 }, 666 },
660 yeastinstock = false, 667 yeastinstock = false,
661 yeastlist = new $.jqx.dataAdapter(yeastInvSource, { 668 yeastlist = new $.jqx.dataAdapter(yeastInvSource, {

mercurial