diff options
author | Mango0x45 <thomasvoss@live.com> | 2021-02-05 23:48:17 +0100 |
---|---|---|
committer | Mango0x45 <thomasvoss@live.com> | 2021-02-05 23:48:17 +0100 |
commit | 3711e62b20c65dca811f7336453dc178a0e5328f (patch) | |
tree | 4433aff6ffe5889837e90118e7bfd8f91beb7b5b | |
parent | b7b3ff956974851227235222825abaf1873fa9bf (diff) |
Add semicolor
-rw-r--r-- | main.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 */ |