summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2025-02-21 16:21:59 +0100
committerTor Andersson <tor@ccxvii.net>2025-02-21 21:13:06 +0100
commit8e873b80c8fc3a92f994648397729645109f5711 (patch)
treec71d5e1f12a3a8189096f3eaab44066d36c0830e /public
parent9cd0f1f2599bb072f992e3b825d83726f81cfc63 (diff)
downloadserver-master.tar.gz
Track is_active in players table. Improve SQL triggers for time control.HEADmaster
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.js2
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) {