From 1a9d299f10780175a4f9fb89a33ab772461527c4 Mon Sep 17 00:00:00 2001 From: Chase Dumphord Date: Sat, 2 May 2026 21:35:20 -0500 Subject: [PATCH] Fix renderAlerts missing function declaration --- script.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script.js b/script.js index 28ab3d47..a907d9a6 100644 --- a/script.js +++ b/script.js @@ -234,6 +234,8 @@ async function loadGithubRepos() { } } } +// Build the alert panel from system data +function renderAlerts(systems, alertList) { const scored = systems .map((sys) => { const sev = (sys.severity || "").toLowerCase();