jquery-autocomplete
jquery-autocomplete copied to clipboard
decodeURIComponent() on text line?
On line 194 in the plainTextParser function, plain text is decoded, should it be ?
data.push(decodeURIComponent(line[j]));