diff --git a/themes/enhanced/template.php b/themes/enhanced/template.php index 917ee70e23..3eb93e2f02 100644 --- a/themes/enhanced/template.php +++ b/themes/enhanced/template.php @@ -850,7 +850,7 @@ legend { // hides the domain selector when clicking off $('#domain_filter').blur(function() { - hide_domains(); + //hide_domains(); }); });