Allow to delete contests
Some checks failed
CI / scan_ruby (push) Successful in 2m8s
CI / scan_js (push) Successful in 1m14s
CI / lint (push) Failing after 1m14s
CI / test (push) Failing after 1m17s

This commit is contained in:
sto
2026-03-11 09:33:35 +01:00
parent 54cd8cdcb0
commit 8dc45a2ca2
5 changed files with 32 additions and 2 deletions

View File

@@ -27,7 +27,6 @@
= t("contests.scoreboard.hide_offline")
javascript:
document.getElementById('offline').addEventListener('change', (e) => {
console.log('changed');
if (e.target.checked) addParam('hide_offline', e.target.checked);
else removeParam('hide_offline');
})