delete spaces

This commit is contained in:
yqbk
2016-05-12 18:34:16 +02:00
parent d05ceac7a3
commit e5b3d33228

View File

@ -711,7 +711,7 @@ $(function() {
$('.score').html(percentage_score + '%');
}
else {
$('.score').html( 0 + ' % ');
$('.score').html( 0 + '%');
}
renderProgressBar(score, maxium_score);
};