From 5d330a773810f6801c94cd5469f5cec8adf5a420 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Wed, 16 Aug 2023 09:31:01 +0200 Subject: recent targets: distinguish hafas/iris --- public/static/js/geolocation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public') diff --git a/public/static/js/geolocation.js b/public/static/js/geolocation.js index d2fa18d..42c7f1e 100644 --- a/public/static/js/geolocation.js +++ b/public/static/js/geolocation.js @@ -24,7 +24,7 @@ $(document).ready(function() { const res = $(document.createElement('p')); $.each(stops, function(i, stop) { const parts = stop.split(';'); - const node = $('' + parts[1] + ''); + const node = $('' + parts[1] + ''); node.click(function() { $('nav .preloader-wrapper').addClass('active'); }); -- cgit v1.2.3