Spaces:
Sleeping
Sleeping
Update nutri_call.html
Browse files- 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 |
-
'
|
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 |
};
|