Skip to content
Snippets Groups Projects
Commit 30512a54 authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Merge js

parent 1fd970a5
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,7 @@ class System {
let power_up = Date.parse(system_status['power-time']);
let now = new Date();
let t = now - power_up;
let seconds = Math.round(t/1000, 0);
let minutes = Math.round(t/1000/60, 0);
if (minutes < 1) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment