This commit is contained in:
cuom1999 2022-10-08 19:16:22 -05:00
parent 8ebcd68865
commit 339a1b8817

View file

@ -90,7 +90,7 @@
header.push(clean_text($col.text())); header.push(clean_text($col.text()));
header.push("Full name"); header.push("Full name");
} else if ($col.hasClass('problem-score-col')) { } else if ($col.hasClass('problem-score-col')) {
header.push(clean_text($col.find('.problem-code').tex())); header.push(clean_text($col.find('.problem-code').text()));
} else { } else {
header.push(clean_text($col.text())); header.push(clean_text($col.text()));
} }