1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-15 23:00:57 +00:00

[lib decrypt] bugfix, improvement

This commit is contained in:
llj
2016-03-21 17:16:57 +08:00
parent 69cbd56064
commit 05f3d353bf
4 changed files with 72 additions and 62 deletions

View File

@@ -299,7 +299,10 @@ define([
Common.ajaxPost({
form: form,
form_id: form.attr('id'),
post_url: Common.getUrl({'name':'api_v2.1_repo_set_password', repo_id: _this.dir.repo_id}),
post_url: Common.getUrl({
'name': 'api_v2.1_repo_set_password',
'repo_id': _this.dir.repo_id
}),
post_data: {
password: passwd
},