Spaces:
Running
Running
Update nutri_call.html
Browse files- nutri_call.html +2 -2
nutri_call.html
CHANGED
@@ -716,7 +716,7 @@ legend {
|
|
716 |
|
717 |
<!-- Строки с удобрениями -->
|
718 |
<div class="fert-row">
|
719 |
-
<span id="
|
720 |
<span class="fert-cell">-</span>
|
721 |
<input class="fert-input" type="number" value="11.863" step="0.001" id="fert_ca_no3" readonly />
|
722 |
<span class="fert-cell">-</span>
|
@@ -1602,7 +1602,7 @@ console.log(calculator.generateReport(results));
|
|
1602 |
|
1603 |
|
1604 |
<script>
|
1605 |
-
tippy('#
|
1606 |
content: 'Нитрат Кальция (кальциевая селитра)',
|
1607 |
placement: 'top', // Расположение: top, bottom, left, right
|
1608 |
arrow: true, // Добавить стрелку
|
|
|
716 |
|
717 |
<!-- Строки с удобрениями -->
|
718 |
<div class="fert-row">
|
719 |
+
<span id="ca_no" class="fert-name">Ca(NO₃)₂</span>
|
720 |
<span class="fert-cell">-</span>
|
721 |
<input class="fert-input" type="number" value="11.863" step="0.001" id="fert_ca_no3" readonly />
|
722 |
<span class="fert-cell">-</span>
|
|
|
1602 |
|
1603 |
|
1604 |
<script>
|
1605 |
+
tippy('#ca_no', {
|
1606 |
content: 'Нитрат Кальция (кальциевая селитра)',
|
1607 |
placement: 'top', // Расположение: top, bottom, left, right
|
1608 |
arrow: true, // Добавить стрелку
|