diff --git a/js/app.js b/js/app.js index e389242..23a9a3c 100644 --- a/js/app.js +++ b/js/app.js @@ -53,4 +53,6 @@ if (VERSION) { document.getElementById('nav-version').textContent = label; } +fetch('/api/jobs').then(r => r.json()).then(_updateJobsNavDot).catch(() => {}); + handleRoute();