diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-02-21 16:21:59 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-02-23 12:56:27 +0100 |
commit | c4138d200fc685ac7ed38c534dc03b188aab69c6 (patch) | |
tree | 9e9fbdb92a57036a619daed38581dc7a4d1a7350 /public | |
parent | 78b760f4099e230202b54c5ccbcf65cad1ed2b6d (diff) | |
download | server-c4138d200fc685ac7ed38c534dc03b188aab69c6.tar.gz |
Track is_active in players table. Improve SQL triggers for time control.
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) { |