From 53861cd028beb4e716ebc7725848a921910587b3 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: Wed, 22 Apr 2026 13:43:48 +0300 Subject: [PATCH] test15 --- static/script.js | 5 +---- templates/match_workspace.html | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/static/script.js b/static/script.js index 2cd9490..6fa86ee 100644 --- a/static/script.js +++ b/static/script.js @@ -1954,7 +1954,6 @@ function getRowPlayer(row) { firstName: row.dataset.playerFirst || "", number: row.dataset.playerNumber || "", position: row.dataset.playerPosition || "", - positionFull: row.dataset.playerPositionFull || "", isCaptain: row.dataset.playerCaptain === "1", disciplineType: row.dataset.disciplineType || "" }; @@ -1967,7 +1966,6 @@ function setRowPlayer(row, player) { row.dataset.playerFirst = player.firstName ?? ""; row.dataset.playerNumber = player.number ?? ""; row.dataset.playerPosition = player.position ?? ""; - row.dataset.playerPositionFull = player.positionFull ?? ""; row.dataset.playerCaptain = player.isCaptain ? "1" : "0"; row.dataset.disciplineType = player.disciplineType ?? ""; } @@ -2097,7 +2095,7 @@ function renderLineupRow(row) { data-side="${escapeHtml(side)}" data-first-name="${escapeHtml(player.firstName || "")}" data-last-name="${escapeHtml(player.lastName || "")}" - data-role="${escapeHtml(player.positionFull || "")}" + data-role="${escapeHtml(player.position || "")}" >
@@ -3298,7 +3296,6 @@ function rerenderLineupTable(side, role) { firstName: player.first_name, number: player.number, position: player.position, - positionFull: player.position_full || player.positionFull || "", isCaptain: !!player.is_captain, disciplineType: "" }); diff --git a/templates/match_workspace.html b/templates/match_workspace.html index 418d9db..c7f65ea 100644 --- a/templates/match_workspace.html +++ b/templates/match_workspace.html @@ -9,7 +9,7 @@ ЖФЛ Управление vMix - +