Spaces:
Sleeping
Sleeping
Update nutri_call.html
Browse files- nutri_call.html +1 -1
nutri_call.html
CHANGED
@@ -942,7 +942,7 @@ document.getElementById('calculate-btn').addEventListener('click', function () {
|
|
942 |
"K": getValue('fert_k2so4_k') / 100,
|
943 |
"S": getValue('fert_k2so4_s') / 100
|
944 |
},
|
945 |
-
"Кальций
|
946 |
"Ca": getValue('fert_caca') / 100, // Новый идентификатор
|
947 |
"Cl": getValue('fert_clcl') / 100 // Новый идентификатор
|
948 |
}
|
|
|
942 |
"K": getValue('fert_k2so4_k') / 100,
|
943 |
"S": getValue('fert_k2so4_s') / 100
|
944 |
},
|
945 |
+
"Кальций хлорид": { // Обновленные идентификаторы для CaCl
|
946 |
"Ca": getValue('fert_caca') / 100, // Новый идентификатор
|
947 |
"Cl": getValue('fert_clcl') / 100 // Новый идентификатор
|
948 |
}
|