Skip to content

Commit 3e48c9d

Browse files
committed
Duck pond removed when removing all filters.
1 parent fceabd0 commit 3e48c9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pydis_site/static/js/resources/resources.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ function updateUI() {
129129
noTagsSelected.show();
130130
closeFiltersButton.hide();
131131
resourceTags.removeClass("active");
132-
$(`.filter-checkbox:checked`).prop("checked", false)
132+
$(`.filter-checkbox:checked`).prop("checked", false);
133+
$(".no-resources-found").hide();
133134
return;
134135
} else {
135136
// Hide everything

0 commit comments

Comments
 (0)