Browse Source

修复迁移工具错误

pull/157/head
zyx0814 6 years ago
parent
commit
98cff06fdd
  1. 2
      admin/cloud/template/movetool_run.htm

2
admin/cloud/template/movetool_run.htm

@ -155,7 +155,7 @@
jQuery('#upload_progress .progress-subject').html('{lang ignored}');
sizemoved += parseInt(attach.filesize);
jQuery('#upload_progress .progress-bar').css('width', Math.floor((sizemoved / totalsize) * 100));
window.frames['hideframe'].location = runurl ;
window.frames['hideframe'].location = runurl+'&dateline='+attach.dateline+'&aid1='+attach.aid ;
} else if(op == 'retry') {
jQuery('#upload_progress .progress-subject').html('{lang are_retry}');
jQuery('#upload_progress .progress-bar').css('width', Math.floor((sizemoved / totalsize) * 100));

Loading…
Cancel
Save