DmitrMakeev commited on
Commit
7a1ded2
·
verified ·
1 Parent(s): cf609df

Update nutri_call.html

Browse files
Files changed (1) hide show
  1. nutri_call.html +1 -1
nutri_call.html CHANGED
@@ -372,7 +372,7 @@ document.getElementById('calculate-btn').addEventListener('click', function() {
372
  'Ca': getValue('profile_ca'),
373
  'S': getValue('profile_s'),
374
  'NO3_RAT': getValue('profile_no3'),
375
- 'N (NH4+)': getValue('profile_p'),
376
  'liters': parseInt(document.getElementById('liters-input').value) || 1
377
  }
378
  };
 
372
  'Ca': getValue('profile_ca'),
373
  'S': getValue('profile_s'),
374
  'NO3_RAT': getValue('profile_no3'),
375
+ 'TOTAL_NITROG': getValue('profile_n'),
376
  'liters': parseInt(document.getElementById('liters-input').value) || 1
377
  }
378
  };