summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
Diffstat (limited to 'index.pl')
-rw-r--r--index.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.pl b/index.pl
index 76e38c0..5aa180c 100644
--- a/index.pl
+++ b/index.pl
@@ -361,7 +361,7 @@ sub handle_request {
if ( not $station ) {
if ( $self->session('has_data') ) {
for my $param (
- qw(mode hidelowdelay hide_opts show_realtime admode no_related))
+ qw(mode hidelowdelay hide_opts show_realtime admode no_related dark detailed))
{
$self->param( $param => $self->session($param) );
}