forked from extern/egroupware
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.click(this, link);
|
||||||
this.span.attr("href", "javascript:void(0)");
|
this.span.attr("href", "javascript:void(0)");
|
||||||
}
|
}
|
||||||
else
|
else if (link !== false)
|
||||||
{
|
{
|
||||||
this.span.attr("href", link);
|
this.span.attr("href", link);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user