remove unused args
This commit is contained in:
parent
1a6216a3d7
commit
1ce4b92423
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue