Skip to content
Snippets Groups Projects
Commit 8b6c4be8 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#585 - trigger change event on filter convenience buttons

parent 4fc186d1
No related branches found
No related tags found
No related merge requests found
......@@ -89,5 +89,6 @@ function setAll(identifier, checked)
for(let i = 0; i < checkboxes.length; i++)
{
checkboxes[i].checked = checked;
checkboxes[i].dispatchEvent(new Event('change'));
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment