Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyEye-FAST committed Jul 23, 2024
1 parent 5b4b53f commit d03bcdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/quiz.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ $(document).ready(() => {
});

if (lang === "zh_cn") {
$("#levelNum").text(level);
$("#levelNum").text(level.toFixed(2));
$("#score").text(`${score.toFixed(2)} pts`);
} else {
$("#level").hide();
Expand Down

0 comments on commit d03bcdc

Please sign in to comment.