From 1ce4b924232365114c61061be44be9f27ad59620 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Sat, 13 Mar 2021 05:30:07 +0100 Subject: [PATCH] remove unused args --- script/gallery.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/gallery.js b/script/gallery.js index 836c711..47da313 100644 --- a/script/gallery.js +++ b/script/gallery.js @@ -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;