Change showEnd default to false.

This commit is contained in:
Michael Teeuw 2018-10-26 15:22:05 +02:00
parent 600e0ec7e3
commit 4fd87aca09
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Fixed Polish translation for Single Update Info - Fixed Polish translation for Single Update Info
### Updated ### Updated
- The default calendar setting `showEnd` is changed to `false`.
## [2.5.0] - 2018-10-01 ## [2.5.0] - 2018-10-01

View File

@ -27,7 +27,7 @@ Module.register("calendar", {
dateFormat: "MMM Do", dateFormat: "MMM Do",
dateEndFormat: "HH:mm", dateEndFormat: "HH:mm",
fullDayEventDateFormat: "MMM Do", fullDayEventDateFormat: "MMM Do",
showEnd: true, showEnd: false,
getRelative: 6, getRelative: 6,
fadePoint: 0.25, // Start on 1/4th of the list. fadePoint: 0.25, // Start on 1/4th of the list.
hidePrivate: false, hidePrivate: false,