Matthias

Results 1 comments of Matthias

Okay, I solve this problem. Just replace this function: Before: String.prototype._unique = function(){ return this.replace(/[a-zA-Z]/g, function(c){ return String.fromCharCode((c = (c = c.charCodeAt(0) + 13) ? c : c - 26);...