mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-18 16:36:15 +00:00
update download dir/multi
This commit is contained in:
@@ -197,10 +197,10 @@ define([
|
||||
|
||||
if (_this.op_type == 'mv') {
|
||||
msg = gettext("Successfully moved %(name)s")
|
||||
.replace('%(name)s', Common.HTMLescape(obj_name));
|
||||
.replace('%(name)s', obj_name);
|
||||
} else {
|
||||
msg = gettext("Successfully copied %(name)s")
|
||||
.replace('%(name)s', Common.HTMLescape(obj_name));
|
||||
.replace('%(name)s', obj_name);
|
||||
}
|
||||
|
||||
if (!data['task_id']) { // no progress
|
||||
|
Reference in New Issue
Block a user