From cfe6a490d3ca4bdedd03e1f1f5aa80f56e212950 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 15 Jun 2025 14:43:01 +0200 Subject: recent targets: add efa support --- public/static/js/geolocation.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/static/js/geolocation.js') diff --git a/public/static/js/geolocation.js b/public/static/js/geolocation.js index 1bb4b2b..ebe5dde 100644 --- a/public/static/js/geolocation.js +++ b/public/static/js/geolocation.js @@ -24,9 +24,9 @@ $(document).ready(function() { const res = $(document.createElement('p')); $.each(stops, function(i, stop) { const parts = stop.split(';'); - const [ eva, name, dbris, motis, hafas ] = parts; + const [ eva, name, dbris, efa, hafas, motis ] = parts; - const node = $('' + name + ''); + const node = $('' + name + ''); node.click(function() { $('nav .preloader-wrapper').addClass('active'); }); -- cgit v1.2.3