diff --git a/ui (gen4)/features/ui-progress.js b/ui (gen4)/features/ui-progress.js index 6e8a1a2c..67190951 100755 --- a/ui (gen4)/features/ui-progress.js +++ b/ui (gen4)/features/ui-progress.js @@ -87,9 +87,7 @@ var ProgressActions = actions.Actions({ .on('progressClose', function(){ widget .fadeOut(that.config['progress-fade-duration'] || 200, function(){ - $(this).remove() - }) - }) + $(this).remove() }) }) .appendTo(container) : widget @@ -115,6 +113,7 @@ var ProgressActions = actions.Actions({ : bar.attr('value') // format the message... + // XXX should we add a message after this???? msg = msg ? ': '+msg : '' msg = ' '+ msg //+ (value && value >= (max || 0) ? ' ('+value+' done)'