mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 17:44:52 -04:00
fix indentation
This commit is contained in:
parent
6cb3cf8747
commit
e69908abef
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ Module.register("clock",{
|
||||||
wrapper.appendChild(digitalWrapper);
|
wrapper.appendChild(digitalWrapper);
|
||||||
wrapper.appendChild(analogWrapper);
|
wrapper.appendChild(analogWrapper);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
if (placement === "left" || placement === "right") {
|
if (placement === "left" || placement === "right") {
|
||||||
digitalWrapper.style.display = "inline-block";
|
digitalWrapper.style.display = "inline-block";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue