mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(dropbox) path -> json.path
This commit is contained in:
parent
73741cce73
commit
e7c59aaa68
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ var CloudCmd, Util, DOM, Dropbox, cb, Client;
|
|||
};
|
||||
|
||||
if (path !== '/')
|
||||
path += '/';
|
||||
json.path += '/';
|
||||
|
||||
if (error)
|
||||
msg = error.responseText;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue