delete spaces
This commit is contained in:
@ -711,7 +711,7 @@ $(function() {
|
||||
$('.score').html(percentage_score + '%');
|
||||
}
|
||||
else {
|
||||
$('.score').html( 0 + ' % ');
|
||||
$('.score').html( 0 + '%');
|
||||
}
|
||||
renderProgressBar(score, maxium_score);
|
||||
};
|
||||
|
Reference in New Issue
Block a user