aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.js
diff options
context:
space:
mode:
authorMango0x45 <thomasvoss@live.com> 2021-02-05 23:48:17 +0100
committerMango0x45 <thomasvoss@live.com> 2021-02-05 23:48:17 +0100
commit3711e62b20c65dca811f7336453dc178a0e5328f (patch)
tree4433aff6ffe5889837e90118e7bfd8f91beb7b5b /main.js
parentb7b3ff956974851227235222825abaf1873fa9bf (diff)
Add semicolor
Diffstat (limited to 'main.js')
-rw-r--r--main.js4
1 files 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 */