Bugfix
This commit is contained in:
parent
d2bf44365c
commit
7aa180f512
2 changed files with 19 additions and 5 deletions
|
|
@ -88,7 +88,11 @@ function updateUploadStatus(){
|
|||
jQuery("#UploadQueue #"+item.id).delay(5000).fadeOut("slow", function(){
|
||||
jQuery(this).remove();
|
||||
});
|
||||
//jQuery("#UploadQueue #"+item.id).attr("id", "del");
|
||||
}
|
||||
else if( item.status == "Error" ){
|
||||
jQuery("#UploadQueue #"+item.id).delay(30000).fadeOut("slow", function(){
|
||||
jQuery(this).remove();
|
||||
});
|
||||
}
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue