mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Fix needs update check.
This commit is contained in:
parent
8ea955fb23
commit
89c0939d58
@ -136,7 +136,7 @@ var MM = (function() {
|
||||
var contentNeedsUpdate = false;
|
||||
|
||||
if (headerWrapper.length > 0) {
|
||||
headerNeedsUpdate = newHeader !== headerWrapper.innerHTML;
|
||||
headerNeedsUpdate = newHeader !== headerWrapper[0].innerHTML;
|
||||
}
|
||||
|
||||
var tempContentWrapper = document.createElement("div");
|
||||
|
Loading…
x
Reference in New Issue
Block a user