aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/cdav_calendar.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-04-06 16:10:50 +0200
committerMario Vavti <mario@mariovavti.com>2019-04-06 16:10:50 +0200
commit767a1711ff4cfafe1c81c6f1b73d10f55e2173c3 (patch)
treed6e575e88abe02db5edb51fe51a6c50c80a4014a /view/tpl/cdav_calendar.tpl
parent3007009fab9a3257de14cb3de70f85c836be67ae (diff)
downloadvolse-hubzilla-767a1711ff4cfafe1c81c6f1b73d10f55e2173c3.tar.gz
volse-hubzilla-767a1711ff4cfafe1c81c6f1b73d10f55e2173c3.tar.bz2
volse-hubzilla-767a1711ff4cfafe1c81c6f1b73d10f55e2173c3.zip
enable list views
Diffstat (limited to 'view/tpl/cdav_calendar.tpl')
-rw-r--r--view/tpl/cdav_calendar.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/cdav_calendar.tpl b/view/tpl/cdav_calendar.tpl
index 82413ab67..a577e3120 100644
--- a/view/tpl/cdav_calendar.tpl
+++ b/view/tpl/cdav_calendar.tpl
@@ -7,7 +7,7 @@ var views = {'dayGridMonth' : '{{$month}}', 'timeGridWeek' : '{{$week}}', 'timeG
$(document).ready(function() {
var calendarEl = document.getElementById('calendar');
calendar = new FullCalendar.Calendar(calendarEl, {
- plugins: [ 'interaction', 'dayGrid', 'timeGrid' ],
+ plugins: [ 'interaction', 'dayGrid', 'timeGrid', 'list' ],
eventSources: [ {{$sources}} ],
timeZone: '{{$timezone}}',