mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-21 18:36:31 +00:00
Enhanced Theme: Hide Domain Selector on blur (click off)
This commit is contained in:
@@ -719,7 +719,7 @@ legend {
|
||||
right: 0px;
|
||||
top: 0px;
|
||||
bottom: 0px;
|
||||
width: 400px;
|
||||
width: 350px;
|
||||
overflow: hidden;
|
||||
display: none;
|
||||
}
|
||||
@@ -848,6 +848,11 @@ legend {
|
||||
});
|
||||
});
|
||||
|
||||
// hides the domain selector when clicking off
|
||||
$('#domain_filter').blur(function() {
|
||||
hide_domains();
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
function hide_domains() {
|
||||
|
||||
Reference in New Issue
Block a user