mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-14 04:28:26 +00:00
Domain Selector: Disable close on blur for time being, causing conflict with selecting a domain to manage.
This commit is contained in:
@@ -850,7 +850,7 @@ legend {
|
||||
|
||||
// hides the domain selector when clicking off
|
||||
$('#domain_filter').blur(function() {
|
||||
hide_domains();
|
||||
//hide_domains();
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user