From 85edbb5a4ce8c90397c50c948c3a6a3e2762f8d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Sun, 15 Oct 2017 19:40:43 +0200 Subject: [PATCH] Use minified version of ical.js --- templates/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/main.php b/templates/main.php index b04bdef5..7cdaefcd 100644 --- a/templates/main.php +++ b/templates/main.php @@ -8,7 +8,7 @@ script('tasks', 'vendor/jstimezonedetect/dist/jstz.min'); script('tasks', 'public/app.min'); script('tasks', 'vendor_legacy/jquery-timepicker/jquery.ui.timepicker'); - script('tasks', 'vendor/ical.js/build/ical'); + script('tasks', 'vendor/ical.js/build/ical.min'); style('tasks', 'style'); style('tasks', 'vendor/angularui/ui-select/select2'); ?>