Loading index.pl +4 −7 Original line number Diff line number Diff line Loading @@ -413,10 +413,7 @@ sub handle_request { $template = 'json'; } if ( not( $template ~~ [qw[app infoscreen json multi single text]] ) ) { if ( not( $template ~~ [qw[app infoscreen json multi single text]] ) ) { $template = 'app'; } Loading Loading
index.pl +4 −7 Original line number Diff line number Diff line Loading @@ -413,10 +413,7 @@ sub handle_request { $template = 'json'; } if ( not( $template ~~ [qw[app infoscreen json multi single text]] ) ) { if ( not( $template ~~ [qw[app infoscreen json multi single text]] ) ) { $template = 'app'; } Loading