summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-08-15 13:25:19 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-08-15 13:25:19 +0200
commitbab0e1e7e6e94f1bb24354551522ad9eb111a13e (patch)
treecc1a5f3ef2284f0925c92a327820848799110e5d /index.pl
parentb2269e12a75dc724dd1194444a0b894919553fa3 (diff)
now with acceptable mobile browser support \o/
Diffstat (limited to 'index.pl')
-rw-r--r--index.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.pl b/index.pl
index 52f7851..1197fc5 100644
--- a/index.pl
+++ b/index.pl
@@ -684,4 +684,5 @@ app->config(
);
app->types->type( json => 'application/json; charset=utf-8' );
+app->plugin('browser_detect');
app->start();