diff options
author | Bart Visscher <bartv@thisnet.nl> | 2011-10-18 21:04:14 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2011-10-20 23:49:28 +0200 |
commit | 0eb6c759d7df509212da5c282821d3490d965dd6 (patch) | |
tree | 06b57d3fa6d42ddaf238ebf843300e0c5d3df4cb /apps/calendar/templates/calendar.php | |
parent | 4fe48a50f0ae41f52e2b064f057462ffde324b5d (diff) | |
download | nextcloud-server-0eb6c759d7df509212da5c282821d3490d965dd6.tar.gz nextcloud-server-0eb6c759d7df509212da5c282821d3490d965dd6.zip |
Connect newEvent & editEvent to fullcalendar
Diffstat (limited to 'apps/calendar/templates/calendar.php')
-rw-r--r-- | apps/calendar/templates/calendar.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/calendar/templates/calendar.php b/apps/calendar/templates/calendar.php index 58f61661ce3..1c948b948c2 100644 --- a/apps/calendar/templates/calendar.php +++ b/apps/calendar/templates/calendar.php @@ -7,7 +7,6 @@ var monthNames = <?php echo json_encode($l->tA(array('January', 'February', 'Mar var monthNamesShort = <?php echo json_encode($l->tA(array('Jan.', 'Feb.', 'Mar.', 'Apr.', 'May.', 'Jun.', 'Jul.', 'Aug.', 'Sep.', 'Oct.', 'Nov.', 'Dec.'))) ?>; var allDayText = '<?php echo $l->t('All day') ?>'; </script> - <div id="sysbox"></div> <div id="controls"> <div> <form> |