Simplify stats sending.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 6m16s

This commit is contained in:
2024-07-24 12:15:05 -04:00
parent 24cec21465
commit 221f276c4b
3 changed files with 5 additions and 21 deletions

View File

@ -1274,7 +1274,6 @@ function _receive_websocket_message(message) {
document.getElementById('viewPane').style.display = message.edit_only
? 'none'
: 'flex';
send({action: 'enableStats', enabled: true});
} else if (message && message.action == 'ping') {
send({action: 'pong'});
} else if (message && message.action == 'stats') {