mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Fix eslint issues.
This commit is contained in:
parent
ec57a240d5
commit
1d02154d99
@ -137,7 +137,7 @@ Module.register("clock",{
|
|||||||
|
|
||||||
// The following line solves issue: https://github.com/MichMich/MagicMirror/issues/611
|
// The following line solves issue: https://github.com/MichMich/MagicMirror/issues/611
|
||||||
clockCircle.style.border = "1px solid black";
|
clockCircle.style.border = "1px solid black";
|
||||||
|
|
||||||
} else if (this.config.analogFace != "none") {
|
} else if (this.config.analogFace != "none") {
|
||||||
clockCircle.style.border = "2px solid white";
|
clockCircle.style.border = "2px solid white";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user