fix(dom) getCurrentData RESTful.read: rm "?json"

This commit is contained in:
coderaiser 2014-05-23 08:00:34 -04:00
parent 6b58016616
commit a3af7dcc77

View file

@ -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() {