notes....

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-04-09 23:34:28 +03:00
parent d88cf94c6a
commit e1ccbb6e72

View File

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