Skip to content

Commit

Permalink
Merge pull request #139 from nextcloud/ditch_eventLimit
Browse files Browse the repository at this point in the history
remove eventLimit
  • Loading branch information
georgehrke authored Oct 19, 2016
2 parents c118a96 + d6ad7d2 commit 03716b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/app/directives/fullCalendarDirective.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ app.constant('fc', {})
dayNamesShort: dayNamesShort,
defaultView: attrs.defaultview,
editable: !isPublic,
eventLimit: true,
firstDay: firstDay,
header: false,
height: windowElement.height() - headerSize,
Expand Down

0 comments on commit 03716b8

Please sign in to comment.