mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 05:49:03 +01:00
do NOT generate links for phone-numbers, if no phone integration configured
This commit is contained in:
parent
cb94372bd5
commit
9330414ebc
@ -237,7 +237,7 @@ var et2_url_ro = et2_valueWidget.extend([et2_IDetachedDOM],{
|
||||
this.span.click(this, link);
|
||||
this.span.attr("href", "javascript:void(0)");
|
||||
}
|
||||
else
|
||||
else if (link !== false)
|
||||
{
|
||||
this.span.attr("href", link);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user