mirror of
https://github.com/MichMich/MagicMirror.git
synced 2026-06-15 12:16:17 +00:00
Removed 'null' setting
This commit is contained in:
+1
-1
@@ -144,7 +144,7 @@ var MM = (function() {
|
||||
var moduleWrapper = document.getElementById(module.identifier);
|
||||
var contentWrapper = moduleWrapper.getElementsByClassName("module-content")[0];
|
||||
|
||||
contentWrapper.innerHTML = null;
|
||||
contentWrapper.innerHTML = "";
|
||||
contentWrapper.appendChild(content);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user