From a3af7dcc77cd65eaeae79bf1e1c937d73247f72b Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 23 May 2014 08:00:34 -0400 Subject: [PATCH] fix(dom) getCurrentData RESTful.read: rm "?json" --- lib/client/dom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/dom.js b/lib/client/dom.js index 89fce0df..8ee5070b 100644 --- a/lib/client/dom.js +++ b/lib/client/dom.js @@ -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() {