Well, I have an 3.8.1 and the
Code:
Error: e-mail address(es) incorrect: function () { for (var i = 1; i < this.length; i++) { if (this[i][0] == this[i - 1][0]) { this.splice(i, 1); } } }; function () { for (var i = 0; i <= this.length; i++) { this.shift(); } }
Error occurs, too. when I want to send an email I get this error shown. Any idea?
I actually like this hack and it's features, so I hope you can find the solution not too far from now - thx for sharing this work.