mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
Fix CC line search display
This commit is contained in:
parent
8b55a21206
commit
a367693ac0
@ -8,7 +8,7 @@ function add_email_from_ab(ab_id,info_cc)
|
||||
|
||||
if (!ab || !ab.value)
|
||||
{
|
||||
jQuery("tr.hiddenRow").css("display", "block");
|
||||
jQuery("tr.hiddenRow").css("display", "table-row");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user