From 00bcc7c2aa211aed0053dcc6a09aa6d2a476b9ab Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 27 Jun 2021 20:28:28 +0200 Subject: add navbar --- static/v0/js/geolocation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/v0/js/geolocation.js') diff --git a/static/v0/js/geolocation.js b/static/v0/js/geolocation.js index 4e868b0..acf672a 100644 --- a/static/v0/js/geolocation.js +++ b/static/v0/js/geolocation.js @@ -22,7 +22,7 @@ document.addEventListener("DOMContentLoaded", function() { link.textContent = result.name; link.href = "/board/" + result.id; - note.className = "note"; + note.className = "distance"; if (result.distance >= 1000) { note.textContent = result.distance.toFixed(1) + " km" } else { -- cgit v1.2.3