Add vi language to csv file
This commit is contained in:
parent
cd9647463b
commit
f001ae4e0a
4 changed files with 207 additions and 143 deletions
|
@ -86,9 +86,6 @@
|
|||
|
||||
if ($col.hasClass('rating-column')) {
|
||||
return;
|
||||
} else if ($col.hasClass('username')) {
|
||||
header.push(clean_text($col.text()));
|
||||
header.push("Full name");
|
||||
} else if ($col.hasClass('problem-score-col')) {
|
||||
header.push(clean_text($col.find('.problem-code').text()));
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue