diff --git a/js/app/directives/fullCalendarDirective.js b/js/app/directives/fullCalendarDirective.js index 267b085319..c39260dfdb 100644 --- a/js/app/directives/fullCalendarDirective.js +++ b/js/app/directives/fullCalendarDirective.js @@ -88,7 +88,6 @@ app.constant('fc', {}) dayNamesShort: dayNamesShort, defaultView: attrs.defaultview, editable: !isPublic, - eventLimit: true, firstDay: firstDay, header: false, height: windowElement.height() - headerSize,