fix: initialize jobs nav dot on every page load #57

Merged
josh merged 2 commits from feat/jobs-system into dev 2026-03-28 20:16:02 -04:00
Showing only changes of commit 76d2bffb4f - Show all commits

View File

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