From 3711e62b20c65dca811f7336453dc178a0e5328f Mon Sep 17 00:00:00 2001 From: Mango0x45 Date: Fri, 5 Feb 2021 23:48:17 +0100 Subject: Add semicolor --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index a473e31..d1d5ed1 100644 --- a/main.js +++ b/main.js @@ -42,9 +42,9 @@ function time_format(t) if (t % 1 == 0) ret += "." + t.toFixed(3).split(".")[1]; else - ret += ".000" + ret += ".000"; - return ret; + return ret; } /* Allow user to copy mod message to clipboard */ -- cgit v1.2.3