Only call updateDom in clock.js when the content has changed

This commit is contained in:
Jon Kolb
2019-05-18 20:00:53 -04:00
parent 8f96e4847c
commit 44eccf5ee4
2 changed files with 6 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Fixed the example calender url in `config.js.sample`
- Update `ical.js` to solve various calendar issues.
- Update weather city list url [#1676](https://github.com/MichMich/MagicMirror/issues/1676)
- Only update clock once per minute when seconds aren't shown
### Fixed
- Allowance HTML5 autoplay-policy (policy is changed from Chrome 66 updates)