mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +02: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)
|
if (!ab || !ab.value)
|
||||||
{
|
{
|
||||||
jQuery("tr.hiddenRow").css("display", "block");
|
jQuery("tr.hiddenRow").css("display", "table-row");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user