Open GoogleCodeExporter opened 9 years ago
Hello,
I've managed to fix this bug with the follow amendment to line 99 of the code:
< var lines = data.replace('\r','').split('\n');
> var lines = data.replace(/\r/g,'').split('\n');
Regards,
Mark
Original comment by m.j.new...@lboro.ac.uk
on 2 Jan 2013 at 10:00
Original issue reported on code.google.com by
m.j.new...@lboro.ac.uk
on 18 Dec 2012 at 10:20