Default category selection for member list is now changed to the first value instead...
authorLaury GvR <laury@gaslightmedia.com>
Tue, 2 Oct 2018 21:30:08 +0000 (17:30 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 2 Oct 2018 21:30:08 +0000 (17:30 -0400)
footer.php

index 6b2214a..860152f 100644 (file)
             textSearch.val("");
         });
         textSearch.on('keydown', function() {
-            categorySelect.val(0);
+            categorySelect.val($("#categorySelect option:first").val());
         });
     });
 </script>