diff options
Diffstat (limited to 'apps/calendar')
-rw-r--r-- | apps/calendar/js/calendar.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calendar/js/calendar.js b/apps/calendar/js/calendar.js index 1582dcd67b3..604f7d2668c 100644 --- a/apps/calendar/js/calendar.js +++ b/apps/calendar/js/calendar.js @@ -112,7 +112,7 @@ Calendar={ formatTime:function(date){ return date[3] + ':' + date[4]; }, - updateView:function(task) { + updateView:function() { this.current.removeEvents(); this.current.renderCal(); this.current.showEvents(); |