jquery-csv icon indicating copy to clipboard operation
jquery-csv copied to clipboard

broken example for file handling

Open neihcnim opened this issue 4 years ago • 4 comments

Consider http://evanplaice.github.io/jquery-csv/examples/file-handling.html

Environment

  • Platform: Safari and FIrefox

Steps to reproduce

After the csv file is uploaded, nothing happens.

Expected behaviour

The csv data should be parsed.

Actual behaviour

Nothing happens

neihcnim avatar Sep 21 '20 12:09 neihcnim

Thank you for the report, I'm on it

evanplaice avatar Sep 27 '20 21:09 evanplaice

Adding var global=window; to helpers.js solved the issue

danbaghilovici avatar Mar 19 '21 15:03 danbaghilovici

Fixed in v1.0.20

The JSDelivr CDN takes its sweet time to flush the cache. It should be working by tomorrow.

evanplaice avatar May 13 '21 01:05 evanplaice

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.

XenonofArcticus avatar Jun 02 '21 19:06 XenonofArcticus