Spaces:
Sleeping
Sleeping
Update nutri_call.html
Browse files- nutri_call.html +0 -3
nutri_call.html
CHANGED
@@ -878,9 +878,6 @@ document.getElementById('calculate-btn').addEventListener('click', function() {
|
|
878 |
// Рассчитываем EC
|
879 |
const ecValue = calculateEC(call_data, temperature);
|
880 |
|
881 |
-
// Рассчитываем проценты оксидов
|
882 |
-
calculateOxidePercentages(call_data);
|
883 |
-
|
884 |
// Обновляем поле EC
|
885 |
const ecInput = document.getElementById('profile_ec');
|
886 |
if (ecInput) {
|
|
|
878 |
// Рассчитываем EC
|
879 |
const ecValue = calculateEC(call_data, temperature);
|
880 |
|
|
|
|
|
|
|
881 |
// Обновляем поле EC
|
882 |
const ecInput = document.getElementById('profile_ec');
|
883 |
if (ecInput) {
|