mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
fix linting errors. add line to changelog
This commit is contained in:
parent
e492012004
commit
c6bf69cce4
@ -13,6 +13,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- Added scroll up in fullscreen newsfeed article view
|
||||
- Changed fullscreen newsfeed width from 100% to 100vw (better results)
|
||||
- Added option to calendar module that colors only the symbol instead of the whole line
|
||||
- Added option for new display format in the calendar module with date headers with times/events below.
|
||||
|
||||
### Changed
|
||||
- Use Electron 2 Beta. **Please test!**
|
||||
|
@ -132,7 +132,7 @@ Module.register("calendar", {
|
||||
return wrapper;
|
||||
}
|
||||
|
||||
var lastSeenDate = '';
|
||||
var lastSeenDate = "";
|
||||
|
||||
for (var e in events) {
|
||||
var event = events[e];
|
||||
|
Loading…
x
Reference in New Issue
Block a user