mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
notes....
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
d88cf94c6a
commit
e1ccbb6e72
@ -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)'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user