mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 17:44:52 -04:00
linter fixes
This commit is contained in:
parent
32521aba6b
commit
82ee051c1a
4 changed files with 15 additions and 15 deletions
|
@ -203,7 +203,7 @@ var MM = (function() {
|
|||
*/
|
||||
var updateModuleContent = function(module, newHeader, newContent) {
|
||||
var moduleWrapper = document.getElementById(module.identifier);
|
||||
if (moduleWrapper === null) return;
|
||||
if (moduleWrapper === null) {return;}
|
||||
var headerWrapper = moduleWrapper.getElementsByClassName("module-header");
|
||||
var contentWrapper = moduleWrapper.getElementsByClassName("module-content");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue