Skip to content

Commit

Permalink
Tweak update percentage message to include %-sign
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophist-UK committed Feb 9, 2018
1 parent 3039867 commit 37fe9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/com_joomlaupdate/js/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ stepExtract = function(data)
jQuery('#progress-bar').removeClass('bar-success');
}

jQuery('#extpercent').text(stat_percent.toFixed(1));
jQuery('#extpercent').text(stat_percent.toFixed(1) + '%');
jQuery('#extbytesin').text(stat_inbytes);
jQuery('#extbytesout').text(stat_outbytes);
jQuery('#extfiles').text(data.files);
Expand Down

0 comments on commit 37fe9c6

Please sign in to comment.