Skip to content

Commit

Permalink
Erkennung Einzelroute ergänzt
Browse files Browse the repository at this point in the history
  • Loading branch information
GB609 authored Sep 28, 2024
1 parent 0188a7d commit 77ecef2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/MobileLayout/js/MobileLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down

0 comments on commit 77ecef2

Please sign in to comment.