From: Laury GvR Date: Tue, 2 Oct 2018 21:30:08 +0000 (-0400) Subject: Default category selection for member list is now changed to the first value instead... X-Git-Tag: v1.0.25^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f6104ba9211446cdf80b4dba20ad35e3137f4b05;p=WP-Themes%2Fgaylordmichigan.git Default category selection for member list is now changed to the first value instead of empty --- diff --git a/footer.php b/footer.php index 6b2214a..860152f 100644 --- a/footer.php +++ b/footer.php @@ -126,7 +126,7 @@ textSearch.val(""); }); textSearch.on('keydown', function() { - categorySelect.val(0); + categorySelect.val($("#categorySelect option:first").val()); }); });