Domain Selector: Disable close on blur for time being, causing conflict with selecting a domain to manage.

This commit is contained in:
Nate Jones 2014-07-23 19:18:08 +00:00
parent 8856048c54
commit c8fa404686
1 changed files with 1 additions and 1 deletions

View File

@ -850,7 +850,7 @@ legend {
// hides the domain selector when clicking off
$('#domain_filter').blur(function() {
hide_domains();
//hide_domains();
});
});