mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
formatting corrected
Corrected formatting due to Travis CI errors
This commit is contained in:
@@ -255,7 +255,7 @@ Module.register("calendar", {
|
|||||||
timeWrapper.className = "time light " + timeClass;
|
timeWrapper.className = "time light " + timeClass;
|
||||||
timeWrapper.align = "left";
|
timeWrapper.align = "left";
|
||||||
timeWrapper.style.paddingLeft = "2px";
|
timeWrapper.style.paddingLeft = "2px";
|
||||||
timeWrapper.innerHTML = moment(event.startDate, "x").format('LT');
|
timeWrapper.innerHTML = moment(event.startDate, "x").format("LT");
|
||||||
eventWrapper.appendChild(timeWrapper);
|
eventWrapper.appendChild(timeWrapper);
|
||||||
titleWrapper.align = "right";
|
titleWrapper.align = "right";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user