From 140ac6657166236eb2141f554002a39f91ee416a Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 21 Dec 2025 16:31:52 +0100 Subject: geolocation: remove iris / !iris icons almost all backends are !iris, so they are not too helpful --- public/static/js/geolocation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/static') diff --git a/public/static/js/geolocation.js b/public/static/js/geolocation.js index 2082e44..fdf757a 100644 --- a/public/static/js/geolocation.js +++ b/public/static/js/geolocation.js @@ -26,7 +26,7 @@ $(document).ready(function() { const parts = stop.split(';'); 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