diff -r 481dbe0af222 -r c62ff53cfc3d www/js/global.js --- a/www/js/global.js Sun Dec 01 17:37:22 2019 +0100 +++ b/www/js/global.js Mon Dec 02 13:24:34 2019 +0100 @@ -653,7 +653,14 @@ { name: 'cells', type: 'float' }, { name: 'inventory', type: 'float' }, { name: 'cost', type: 'float' }, - { name: 'tolerance', type: 'float' } + { name: 'tolerance', type: 'float' }, + { name: 'sta1', type: 'int' }, + { name: 'bacteria', type: 'int' }, + { name: 'harvest_top', type: 'int' }, + { name: 'harvest_time', type: 'int' }, + { name: 'pitch_temperature', type: 'float' }, + { name: 'pofpos', type: 'int' }, + { name: 'zymocide', type: 'int' } ], url: 'getyeastsources.php' },