[Add] Docker compose [Add] setup.sh [Add] mewjo, xlagging as Mod's [Add]

T1X's icon [Fix] Some QOL
This commit is contained in:
Alex Emmet 2026-04-22 23:05:01 +02:00
commit 51f37c11a9
12 changed files with 53 additions and 30 deletions

View file

@ -129,7 +129,6 @@ async function loadStaff() {
try {
const response = await fetch("/api/staff.json");
const staff = await response.json();
staff.sort((a, b) => a.priority - b.priority);
const container = document.getElementById("staff-grid");
if (!container) return;