From 75a26a81de56b186ec17434323b3945332cee613 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 25 Oct 2015 19:48:15 +0100 Subject: mobile support for app/infoscreen frontend --- index.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'index.pl') diff --git a/index.pl b/index.pl index df3e870..225b84b 100644 --- a/index.pl +++ b/index.pl @@ -629,4 +629,5 @@ app->config( ); app->types->type( json => 'application/json; charset=utf-8' ); +app->plugin('browser_detect'); app->start(); -- cgit v1.2.3