Merge branch 'master' of https://github.com/LQDJudge/online-judge
This commit is contained in:
commit
e51c76c68c
1 changed files with 5 additions and 5 deletions
|
@ -27,10 +27,10 @@
|
|||
$('#load_button').addClass('disabled');
|
||||
|
||||
var file = files[0];
|
||||
if (file.type != 'text/csv') {
|
||||
alert("{{_('Upload CSV only')}}");
|
||||
return;
|
||||
}
|
||||
//if (file.type != 'text/csv') {
|
||||
// alert("{{_('Upload CSV only')}}");
|
||||
// return;
|
||||
//}
|
||||
var form_data = new FormData();
|
||||
form_data.append('csv_file', file, file.name);
|
||||
|
||||
|
|
Loading…
Reference in a new issue