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