mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 08:56:20 +00:00
chore(dom) Loader ajax: add " "
This commit is contained in:
parent
64f9bcfc60
commit
db72202d0d
1 changed files with 1 additions and 1 deletions
|
|
@ -699,7 +699,7 @@ var CloudCmd, Util, DOM, CloudFunc;
|
|||
/* If it's json - parse it as json */
|
||||
if (lType && Util.isContainStr(lType, TYPE_JSON) )
|
||||
lData = Util.parseJSON(lJqXHR.response) || lJqXHR.response;
|
||||
|
||||
|
||||
if ( Util.isFunction(p.success) )
|
||||
p.success(lData, lJqXHR.statusText, lJqXHR);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue