Spaces:
Sleeping
Sleeping
Update nutri_call.html
Browse files- nutri_call.html +9 -1
nutri_call.html
CHANGED
|
@@ -730,7 +730,7 @@ legend {
|
|
| 730 |
</div>
|
| 731 |
|
| 732 |
<div class="fert-row">
|
| 733 |
-
<span class="fert-name">KNO₃</span>
|
| 734 |
<span class="fert-cell">-</span>
|
| 735 |
<input class="fert-input" type="number" value="13.854" step="0.001" id="fert_kno3_no3" readonly />
|
| 736 |
<span class="fert-cell">-</span>
|
|
@@ -1612,6 +1612,14 @@ console.log(calculator.generateReport(results));
|
|
| 1612 |
</script>
|
| 1613 |
|
| 1614 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1615 |
|
| 1616 |
|
| 1617 |
</body>
|
|
|
|
| 730 |
</div>
|
| 731 |
|
| 732 |
<div class="fert-row">
|
| 733 |
+
<span id="kno" class="fert-name" style="cursor: pointer;">KNO₃</span>
|
| 734 |
<span class="fert-cell">-</span>
|
| 735 |
<input class="fert-input" type="number" value="13.854" step="0.001" id="fert_kno3_no3" readonly />
|
| 736 |
<span class="fert-cell">-</span>
|
|
|
|
| 1612 |
</script>
|
| 1613 |
|
| 1614 |
|
| 1615 |
+
<script>
|
| 1616 |
+
tippy('#kno', {
|
| 1617 |
+
content: 'Нитрат калия (ка́лиевая сели́тра)',
|
| 1618 |
+
placement: 'top', // Расположение: top, bottom, left, right
|
| 1619 |
+
arrow: true, // Добавить стрелку
|
| 1620 |
+
});
|
| 1621 |
+
</script>
|
| 1622 |
+
|
| 1623 |
|
| 1624 |
|
| 1625 |
</body>
|