тест3

This commit is contained in:
2026-04-21 15:13:53 +03:00
parent 84e49b2b39
commit 33b46792c4
3 changed files with 48 additions and 4 deletions

View File

@@ -2115,6 +2115,10 @@ function renderLineupRow(row) {
<td class="actions-col">${actionsHtml}</td>
`;
}
function makeDraggable(el) {
let dragging = false;