Skip to content
Snippets Groups Projects
Commit 4a68b6fa authored by Beatrycze Volk's avatar Beatrycze Volk
Browse files

Fix resetting keywords filtering

parent aece9234
Branches
No related tags found
No related merge requests found
...@@ -212,6 +212,11 @@ $(document).ready(function () { ...@@ -212,6 +212,11 @@ $(document).ready(function () {
$("#filter-languages").val(''); $("#filter-languages").val('');
$("#filter-subjects").val(''); $("#filter-subjects").val('');
$(".form-check-input").each(function() {
$(this).prop('checked', false);
});
language = false language = false
subject = false subject = false
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment