Revert "hehe"

This reverts commit 138193ce13.
This commit is contained in:
2026-05-09 01:18:08 +01:00
parent 70b428fce7
commit a76b559a0e
12 changed files with 56 additions and 162 deletions

View File

@@ -228,8 +228,6 @@ function renderBoard(items) {
}
async function loadBoard() {
if (!document.getElementById("kanban-board")) return;
const res = await window.orgAuth.fetch(`/api/competencies/items?group=${currentLevel}`);
const items = await res.json();