do NOT generate links for phone-numbers, if no phone integration configured

This commit is contained in:
Ralf Becker 2013-02-05 12:31:57 +00:00
parent cb94372bd5
commit 9330414ebc

View File

@ -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);
}