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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user