mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-09 10:50:24 +00:00
update download dir/multi
This commit is contained in:
@@ -328,11 +328,11 @@ define([
|
||||
var after_op_success = function(data) {
|
||||
$.modal.close();
|
||||
var msg = gettext("Successfully sent to {placeholder}")
|
||||
.replace('{placeholder}', Common.HTMLescape(data['send_success'].join(', ')));
|
||||
.replace('{placeholder}', data['send_success'].join(', '));
|
||||
Common.feedback(msg, 'success');
|
||||
if (data['send_failed'].length > 0) {
|
||||
msg += '<br />' + gettext("Failed to send to {placeholder}")
|
||||
.replace('{placeholder}', Common.HTMLescape(data['send_failed'].join(', ')));
|
||||
.replace('{placeholder}', data['send_failed'].join(', '));
|
||||
Common.feedback(msg, 'info');
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user