diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-02-21 16:21:59 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-02-21 21:13:06 +0100 |
commit | 8e873b80c8fc3a92f994648397729645109f5711 (patch) | |
tree | c71d5e1f12a3a8189096f3eaab44066d36c0830e /public | |
parent | 9cd0f1f2599bb072f992e3b825d83726f81cfc63 (diff) | |
download | server-8e873b80c8fc3a92f994648397729645109f5711.tar.gz |
Use triggers to update is_active and time control data and move time
statistics.
Show median and interquartile range move times on profile.
Diffstat (limited to 'public')
-rw-r--r-- | public/common/util.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/common/util.js b/public/common/util.js index 7f5459e..b8f1b6c 100644 --- a/public/common/util.js +++ b/public/common/util.js @@ -1,4 +1,4 @@ -// === COMMON LIBRARY === +/* COMMON LIBRARY */ function clear_undo() { if (game.undo) { |