1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 14:42:10 +00:00

update download dir/multi

This commit is contained in:
lian
2016-07-04 15:31:55 +08:00
parent 1e3b088e30
commit 6dca56e9d5
26 changed files with 743 additions and 98 deletions

View File

@@ -67,7 +67,7 @@ define([
_this.remove();
var msg = gettext("Successfully unlink %(name)s.")
.replace('%(name)s', Common.HTMLescape(device_name));
.replace('%(name)s', device_name);
Common.feedback(msg, 'success');
},
error: function(xhr) {
@@ -87,7 +87,7 @@ define([
_this.remove();
var msg = gettext("Successfully unlink %(name)s.")
.replace('%(name)s', Common.HTMLescape(device_name));
.replace('%(name)s', device_name);
Common.feedback(msg, 'success');
},
error: function(xhr) {