Domain Selector: Disable close on blur for time being, causing conflict with selecting a domain to manage.
This commit is contained in:
parent
8856048c54
commit
c8fa404686
|
|
@ -850,7 +850,7 @@ legend {
|
|||
|
||||
// hides the domain selector when clicking off
|
||||
$('#domain_filter').blur(function() {
|
||||
hide_domains();
|
||||
//hide_domains();
|
||||
});
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue