From bb19d9209787d3fe3b75ffd46c242955cee4aee6 Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Sun, 6 Sep 2015 20:15:38 +0000 Subject: [PATCH] Hide filter popup after query --- src/InfoCon/account/list.wml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/InfoCon/account/list.wml b/src/InfoCon/account/list.wml index cb48266..d0323e0 100644 --- a/src/InfoCon/account/list.wml +++ b/src/InfoCon/account/list.wml @@ -180,6 +180,7 @@ function filter_popup() 'ajax=1&'+$('#filter_popup form').serialize(), function(data){ $('table.border tbody').html(data); + $('#filter_popup').hide(); }); return false; }); -- 2.20.1