Fix vnese first solve
This commit is contained in:
parent
7c171d59c1
commit
ed90cdab57
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
|
||||
// get information
|
||||
let problem = linkElements[linkElements.length - 2];
|
||||
let score = parseFloat(scoreAndTime[0]);
|
||||
let score = parseFloat(scoreAndTime[0].replace(',', '.'));
|
||||
let time = scoreAndTime[1];
|
||||
|
||||
if (time) {
|
||||
|
|
Loading…
Reference in a new issue