summaryrefslogtreecommitdiffstats
path: root/tools/tryselect/selectors/chooser/static/select.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tryselect/selectors/chooser/static/select.js')
-rw-r--r--tools/tryselect/selectors/chooser/static/select.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tryselect/selectors/chooser/static/select.js b/tools/tryselect/selectors/chooser/static/select.js
index 8a315c0a52..e90744a09a 100644
--- a/tools/tryselect/selectors/chooser/static/select.js
+++ b/tools/tryselect/selectors/chooser/static/select.js
@@ -39,7 +39,7 @@ labels.click(function (e) {
function selectAll(btn) {
let checked = !!btn.value;
- $("div.active label.filter-label").each(function (index) {
+ $("div.active label.filter-label").each(function () {
$(this).find("input:checkbox")[0].checked = checked;
});
apply();