- Affected version
- XenForo 2.0 Beta 3
JavaScript:
if (!this.options.href)
{
this.href = this.$target.attr('href');
}
if (!this.href)
{
console.error('No href for %o', this.$target);
}
If data-href is used, this.href is not set and it will trigger the console.error call.