mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(dom) getCurrentData RESTful.read: rm "?json"
This commit is contained in:
parent
6b58016616
commit
a3af7dcc77
1 changed files with 1 additions and 1 deletions
|
|
@ -1011,7 +1011,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
};
|
||||
|
||||
if (isDir)
|
||||
RESTful.read(path + '?json', func);
|
||||
RESTful.read(path, func);
|
||||
else
|
||||
DOM.checkStorageHash(path, function(error, equal, hashNew) {
|
||||
Util.exec.if(!error && equal, function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue