diff --git a/route/static/app/files.js b/route/static/app/files.js index 26756a9c2..5fa2e7cb8 100755 --- a/route/static/app/files.js +++ b/route/static/app/files.js @@ -934,7 +934,7 @@ function downloadFile(action){ $.post('/files/download_file','path='+fpath+'&url='+fUrl+'&filename='+fname,function(rdata){ layer.closeAll(); getFiles(fpath); - GetTaskCount(); + getTaskCount(); layer.msg(rdata.msg,{icon:rdata.status?1:2}); },'json'); return;