From d6ad7d2352fd1d6986afc409de81e9b3fa9ffd2f Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Wed, 19 Oct 2016 11:27:29 +0200 Subject: [PATCH] remove eventLimit --- js/app/directives/fullCalendarDirective.js | 1 - 1 file changed, 1 deletion(-) 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,