mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-11 02:13:48 +00:00
cleanup
remove unused + small css tweaks
This commit is contained in:
@@ -72,6 +72,7 @@ class Timer {
|
||||
|
||||
// helpers
|
||||
static toSeconds(millis) {
|
||||
if (millis == null) return null;
|
||||
return Math.floor(Math.max(millis * 0.001), 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user