From 7e40f2b70ab76831265e82c4ba8aa04a64eff93b Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Mon, 9 Dec 2024 02:43:37 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=BA=D1=80=D1=83=D0=B3=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=B7=D0=B0=D1=82=D1=8F=D0=B6=D0=B5=D0=BA?= =?UTF-8?q?=20=D0=B2=20=D1=81=D1=80=D0=B5=D0=B4=D0=BD=D0=B5=D0=BC=20=D0=BE?= =?UTF-8?q?=D0=BA=D1=80=D1=83=D0=B3=D0=BB=D1=8F=D0=B5=D1=82=D1=81=D1=8F=20?= =?UTF-8?q?=D0=B2=20=D0=B1=D0=BE=D0=BB=D1=8C=D1=88=D1=83=D1=8E=20=D1=81?= =?UTF-8?q?=D1=82=D0=BE=D1=80=D0=BE=D0=BD=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.js b/src/app.js index f2f7701..ae484e2 100644 --- a/src/app.js +++ b/src/app.js @@ -139,7 +139,7 @@ function updateStats(breaths) { daysCount += 1; } breathMonth.value = totalBreathInMonth; - breathAverage.value = Math.round(totalBreathInMonth / daysCount); + breathAverage.value = Math.ceil(totalBreathInMonth / daysCount); } /* Внешний HTML Tooltip | Потом изменить */