Skip to content

Commit

Permalink
[3.9] Tweak update percentage message to include %-sign (#19628)
Browse files Browse the repository at this point in the history
* Tweak update percentage message to include %-sign

* Add minified version.
  • Loading branch information
Sophist-UK authored and wilsonge committed Feb 10, 2018
1 parent e4c2ac1 commit 4908668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion media/com_joomlaupdate/js/update.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4908668

Please sign in to comment.