refactor(client) ajaxLoad

This commit is contained in:
coderaiser 2014-05-22 07:25:33 -04:00
parent fc53638c7a
commit f09a90bbf1

View file

@ -376,7 +376,7 @@ var Util, DOM, CloudFunc;
Storage.get(cleanPath, function(json) {
var RESTful = DOM.RESTful,
obj = Util.parseJSON(json),
isRefresh = options && options.refresh;
isRefresh = options.refresh;
if (!isRefresh && json)
CloudCmd.createFileTable(obj, panel);