Open neihcnim opened 4 years ago
Thank you for the report, I'm on it
Adding
var global=window;
to helpers.js solved the issue
Fixed in v1.0.20
The JSDelivr CDN takes its sweet time to flush the cache. It should be working by tomorrow.
FWIW, the CDN still doesn't seem to be flushed. http://evanplaice.github.io/jquery-csv/examples/helpers.js still lacks the global declaration as of today.
Consider http://evanplaice.github.io/jquery-csv/examples/file-handling.html
Environment
Steps to reproduce
After the csv file is uploaded, nothing happens.
Expected behaviour
The csv data should be parsed.
Actual behaviour
Nothing happens