many update

This commit is contained in:
Bui
2018-08-06 13:41:56 +01:00
parent 44c18c1ebc
commit ebedcd7760
9 changed files with 73 additions and 7 deletions

View File

@@ -25,6 +25,8 @@ function Scoresheet(controller, score){
$("#nb-good").html(_score.good);
$("#nb-fail").html(_score.fail);
$("#max-combo").html(_score.maxCombo);
$('.result-song').attr('alt', _score.song).html(_score.song);
}