From 77ecef2d637ca7625f858dfd43fedc20444711c3 Mon Sep 17 00:00:00 2001 From: GB609 <39741460+GB609@users.noreply.github.com> Date: Sat, 28 Sep 2024 16:54:16 +0200 Subject: [PATCH] =?UTF-8?q?Erkennung=20Einzelroute=20erg=C3=A4nzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/MobileLayout/js/MobileLayout.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/MobileLayout/js/MobileLayout.js b/plugins/MobileLayout/js/MobileLayout.js index dac16ed..4e5af6e 100755 --- a/plugins/MobileLayout/js/MobileLayout.js +++ b/plugins/MobileLayout/js/MobileLayout.js @@ -214,6 +214,7 @@ routeTable.setAttribute('id', 'routeTable'); let isSingleRoute = /verlassen=\d+$/.test(document.location.href) || /betreten=\d+$/.test(document.location.href) + || /route=\d+$/.test(document.location.href); if(OPTIONS.ROUTES.useIcons == true){ this.stylesheet.addRule(TEMPLATE.asText('routeIcons.css')); if(isSingleRoute){