diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-11-15 21:24:25 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-11-15 21:24:25 -0500 |
commit | e2a867166b301fecf32421bfdff8bd8bcf767e89 (patch) | |
tree | 215fcb6d3eaf8b10263cd84de5c3f7096d72ba39 /app/Controller/CalendarController.php | |
parent | 94cd5869bf9e4b86063cbb71777a05525b9d5c52 (diff) |
Convert calendar to VueJS component
Update to FullCalendar 3.1.0 as well.
Diffstat (limited to 'app/Controller/CalendarController.php')
-rw-r--r-- | app/Controller/CalendarController.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Controller/CalendarController.php b/app/Controller/CalendarController.php index e5114f02..5ad253e1 100644 --- a/app/Controller/CalendarController.php +++ b/app/Controller/CalendarController.php @@ -29,7 +29,6 @@ class CalendarController extends BaseController 'project' => $project, 'title' => $project['name'], 'description' => $this->helper->projectHeader->getDescription($project), - 'check_interval' => $this->configModel->get('board_private_refresh_interval'), ))); } |