bug fix savecsv to file

This commit is contained in:
Josh de Leeuw 2013-11-09 17:07:33 -05:00
parent fa447f0f52
commit 61b4a07fa6

View File

@ -306,7 +306,7 @@
download: filename,
html: 'download file'
}));
$('#jspsych-download-as-text-link').click();
$('#jspsych-download-as-text-link')[0].click();
}
return core;