diff --git a/CHANGELOG.md b/CHANGELOG.md index 37c459ba..8dd7227b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Fixed Polish translation for Single Update Info ### Updated +- The default calendar setting `showEnd` is changed to `false`. ## [2.5.0] - 2018-10-01 diff --git a/modules/default/calendar/calendar.js b/modules/default/calendar/calendar.js index 43eaeaf9..34ec2548 100755 --- a/modules/default/calendar/calendar.js +++ b/modules/default/calendar/calendar.js @@ -27,7 +27,7 @@ Module.register("calendar", { dateFormat: "MMM Do", dateEndFormat: "HH:mm", fullDayEventDateFormat: "MMM Do", - showEnd: true, + showEnd: false, getRelative: 6, fadePoint: 0.25, // Start on 1/4th of the list. hidePrivate: false,