From eda35ade7eb935759657bc77a4eeb2bb28e0775a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=AE=D1=80=D0=B8=D0=B9=20=D0=A7=D0=B5=D1=80=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=BA=D0=BE?= Date: Fri, 15 May 2026 13:55:52 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20+?= =?UTF-8?q?=20=D0=B2=20=D0=B4=D0=BE=D0=BF=20=D0=B2=D1=80=D0=B5=D0=BC=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/script.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/script.js b/static/script.js index 7f0f282..9f259b3 100644 --- a/static/script.js +++ b/static/script.js @@ -355,9 +355,10 @@ function startTimer() { async function triggerVmixExtraTimeAction(minutes, half) { const title = "ДОБАВЛЕННОЕ ВРЕМЯ ДЛЯ ВЕРХНЕГО СЧЕТА" + const value = `+${minutes}`; const commands = [ - vmixCmd(`Function=SetText&Input=${encodeURIComponent(title)}&SelectedName=Добавленное.Text&Value=+${minutes}`), + vmixCmd(`Function=SetText&Input=${encodeURIComponent(title)}&SelectedName=Добавленное.Text&Value=${encodeURIComponent(value)}`), vmixCmd(`Function=PreviewInput&Input=${encodeURIComponent(title)}`) ];