1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 07:08:55 +00:00

Merge pull request #1573 from haiwen/upload-file

update argument when get file upload/upload link via web api
This commit is contained in:
llj
2017-05-09 11:48:26 +08:00
committed by GitHub

View File

@@ -160,7 +160,7 @@ define([
}),
data: {
'from': 'web',
'path': dirents.path
'p': dirents.path
},
cache: false,
dataType: 'json',
@@ -224,7 +224,7 @@ define([
}),
data: {
'from': 'web',
'path': dirents.path
'p': dirents.path
},
cache: false,
dataType: 'json',