diff --git a/code/status_bar.js b/code/status_bar.js index 10a61f4a..60c74484 100644 --- a/code/status_bar.js +++ b/code/status_bar.js @@ -25,7 +25,7 @@ window.renderUpdateStatus = function() { // status.long - longer description, for tooltip (optional) // status.progress - fractional progress (from 0 to 1) of current state (optional) t += ''+status.short+''; - if (Status.progress !== undefined) + if (status.progress !== undefined) t += ' '+Math.round(status.progress*100)+'%'; /*