From df8541d326d63cbb3f7450b62a8cc87c40110043 Mon Sep 17 00:00:00 2001 From: swfarnsworth Date: Sun, 12 Sep 2021 20:42:36 -0400 Subject: Removed default selections. We will instead treat empty selections as all being selected. --- pydis_site/templates/resources/resources.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pydis_site/templates/resources/resources.html b/pydis_site/templates/resources/resources.html index e9695fff..f509d9ab 100644 --- a/pydis_site/templates/resources/resources.html +++ b/pydis_site/templates/resources/resources.html @@ -29,7 +29,7 @@ {% for topic in topics_1 %}
@@ -39,7 +39,7 @@ {% for topic in topics_2 %}
@@ -57,7 +57,7 @@ {% for tag_type in tag_types %}
@@ -73,7 +73,7 @@ {% for payment_tier in payment_tiers %}
@@ -89,7 +89,7 @@ {% for complexity in complexities %}
@@ -161,7 +161,6 @@ }); }); - function buildQueryParams(){ let params = new URLSearchParams(window.location.search); checkboxOptions.forEach((option) => { -- cgit v1.2.3