WIP teams & project-management

This commit is contained in:
Klaas van Schelven
2024-06-03 22:30:10 +02:00
parent 222a6906dd
commit 9d9cac3e9d
40 changed files with 1998 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
"use strict";
function followContainedLink(circleDiv) {
const link = circleDiv.querySelector("a");
window.location.href = link.href;
}

6
static/js/team_list.js Normal file
View File

@@ -0,0 +1,6 @@
"use strict";
function followContainedLink(circleDiv) {
const link = circleDiv.querySelector("a");
window.location.href = link.href;
}