From 3f61a674ff9327fefd5b0621da618f1874414351 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 2 Oct 2018 17:21:59 -0400 Subject: [PATCH] Member list filter search exclusive selections Client request. Selecting a member list filter category should disable the text search, and vice versa. Values are emptied by jquery instead of 'disabled' as this would disallow them from changing their mind. --- footer.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/footer.php b/footer.php index 465bba9..6b2214a 100644 --- a/footer.php +++ b/footer.php @@ -118,5 +118,17 @@ !function(){function t(){var t=r("utm_content");if(t){var e=new Date;e.setDate(e.getDate()+30),document.cookie=t+";expires="+e.toGMTString()+";path=/"}else if(document.cookie)for(var o=document.cookie.split(/;*/),n=0;n + -- 2.17.1