From c4138d200fc685ac7ed38c534dc03b188aab69c6 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 21 Feb 2025 16:21:59 +0100 Subject: 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. --- public/common/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public') 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) { -- cgit v1.2.3