aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/static/js/resources/resources.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/pydis_site/static/js/resources/resources.js b/pydis_site/static/js/resources/resources.js
index e45233b3..508849e1 100644
--- a/pydis_site/static/js/resources/resources.js
+++ b/pydis_site/static/js/resources/resources.js
@@ -129,7 +129,8 @@ function updateUI() {
noTagsSelected.show();
closeFiltersButton.hide();
resourceTags.removeClass("active");
- $(`.filter-checkbox:checked`).prop("checked", false)
+ $(`.filter-checkbox:checked`).prop("checked", false);
+ $(".no-resources-found").hide();
return;
} else {
// Hide everything