KorAP / Kalamar

:octopus: Mojolicious-based Frontend for KorAP
BSD 2-Clause "Simplified" License
7 stars 2 forks source link

Disabling JS renders the page in mobile mode #199

Open Akron opened 1 year ago

Akron commented 1 year ago

When Javascript is deactivated, the page falls back into mobile mode (i.e. mode for small portrait screens). I guess the reason is that a certain class/ID is set or removed via JavaScript. Probably the correct way to handle that is to invert this behaviour.