remove unused args

This commit is contained in:
Rhiannon Morris 2021-03-13 05:30:07 +01:00
parent 1a6216a3d7
commit 1ce4b92423

View file

@ -50,7 +50,7 @@ function converseId(id) {
}
}
function toggle(checkbox, thisSet, thatSet) {
function toggle(checkbox) {
if (checkbox.checked)
document.getElementById(converseId(checkbox.id)).checked = false;