mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
refactor(client) ajaxLoad
This commit is contained in:
parent
fc53638c7a
commit
f09a90bbf1
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue