mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch '2026-Quitar-el-parpadeo-del-reloj-digital-fix' into 'develop'
Not blink separatos points in visual console digital clock - #2026 See merge request artica/pandorafms!1401
This commit is contained in:
commit
c006ee227f
@ -2334,7 +2334,7 @@ var digitPattern = [
|
||||
digit.select("path:nth-child(5)").classed("lit", function(d) { return digitPattern[4][d]; });
|
||||
digit.select("path:nth-child(6)").classed("lit", function(d) { return digitPattern[5][d]; });
|
||||
digit.select("path:nth-child(7)").classed("lit", function(d) { return digitPattern[6][d]; });
|
||||
separator.classed("lit", seconds);
|
||||
separator.classed("lit", 1);
|
||||
|
||||
setTimeout(tick, 1000 - now % 1000);
|
||||
})();
|
||||
|
Loading…
x
Reference in New Issue
Block a user