v1.6.0 #65

Merged
josh merged 25 commits from dev into main 2026-03-28 21:01:27 -04:00
Showing only changes of commit 307c5cf9e8 - Show all commits

View File

@@ -53,4 +53,6 @@ if (VERSION) {
document.getElementById('nav-version').textContent = label; document.getElementById('nav-version').textContent = label;
} }
fetch('/api/jobs').then(r => r.json()).then(_updateJobsNavDot).catch(() => {});
handleRoute(); handleRoute();