Hide filter popup after query
authorJoey Schulze <joey@infodrom.org>
Sun, 6 Sep 2015 20:15:38 +0000 (20:15 +0000)
committerJoey Schulze <joey@infodrom.org>
Sun, 6 Sep 2015 20:15:38 +0000 (20:15 +0000)
src/InfoCon/account/list.wml

index cb48266..d0323e0 100644 (file)
@@ -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;
                  });