Merge branch 'cc-2290-clicking-on-another-tab-whilst-uploading-track-kills-upload' into devel
This commit is contained in:
commit
1e62a7be9c
|
@ -29,7 +29,11 @@ $(document).ready(function() {
|
|||
var uploadProgress = false;
|
||||
|
||||
uploader.bind('QueueChanged', function(){
|
||||
uploadProgress = true;
|
||||
if(uploader.files.length > 0){
|
||||
uploadProgress = true;
|
||||
}else{
|
||||
uploadProgress = false;
|
||||
}
|
||||
});
|
||||
|
||||
uploader.bind('UploadComplete', function(){
|
||||
|
|
Loading…
Reference in New Issue