[Add] Docker compose [Add] setup.sh [Add] mewjo, xlagging as Mod's [Add]
T1X's icon [Fix] Some QOL
This commit is contained in:
parent
dbcd6630ce
commit
51f37c11a9
12 changed files with 53 additions and 30 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue