diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-10-08 21:56:57 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-10-08 21:56:57 +0200 |
commit | 1feda8aef6ce963b30392529c8c60517c3950ed7 (patch) | |
tree | df93e67a4114fbb7578770680dd02d5270c9f369 /templates/app.html.ep | |
parent | 5f8418a255d9384305e2fa7e08a11aa442e69921 (diff) |
wip: close train details via back button instead of background click
Diffstat (limited to 'templates/app.html.ep')
-rw-r--r-- | templates/app.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/app.html.ep b/templates/app.html.ep index 7e23bc8..f69763e 100644 --- a/templates/app.html.ep +++ b/templates/app.html.ep @@ -1,7 +1,7 @@ % if (@{$departures}) { % if (not param('ajax')) { -<div class="app"> +<div class="app" data-station="<%= $station %>"> <div class="moreinfo collapsed-moreinfo"> <div class="mheader"> <div> |