Spaces:
Sleeping
Sleeping
Update nutri_call.html
Browse files- nutri_call.html +0 -1
nutri_call.html
CHANGED
@@ -375,7 +375,6 @@ document.getElementById('calculate-btn').addEventListener('click', function() {
|
|
375 |
S: parseFloat(document.getElementById('profile_cl').value) || 0,
|
376 |
NH4: parseFloat(document.getElementById('profile_nh4').value) || 0,
|
377 |
NO3: parseFloat(document.getElementById('profile_no3').value) || 0,
|
378 |
-
EC: parseFloat(document.getElementById('profile_ec').value) || 0,
|
379 |
liters: parseInt(document.getElementById('liters-input').value) || 1
|
380 |
};
|
381 |
|
|
|
375 |
S: parseFloat(document.getElementById('profile_cl').value) || 0,
|
376 |
NH4: parseFloat(document.getElementById('profile_nh4').value) || 0,
|
377 |
NO3: parseFloat(document.getElementById('profile_no3').value) || 0,
|
|
|
378 |
liters: parseInt(document.getElementById('liters-input').value) || 1
|
379 |
};
|
380 |
|