Remove javascript:void() href to comply with CSP

This commit is contained in:
Nathan Gray 2013-10-07 10:05:51 +00:00
parent 869ebc3ca5
commit a190cd7302

View File

@ -266,7 +266,7 @@ var et2_url_ro = et2_valueWidget.extend([et2_IDetachedDOM],
if(typeof link == 'function')
{
this.span.click(this, link);
this.span.attr("href", "javascript:void(0)");
this.span.removeAttr("href");
}
else
{