mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 17:35:34 +00:00
Update client.js
This commit is contained in:
parent
84a2639010
commit
b5c30c0a92
1 changed files with 3 additions and 2 deletions
|
|
@ -327,8 +327,9 @@ CloudClient.Util = (function(){
|
|||
* if it not showed */
|
||||
var lCurrent = lCurrent.firstChild.nextSibling;
|
||||
var lParent = lLoadingImage.parentElement;
|
||||
if(lParent && lParent !== lCurrent)
|
||||
lCurrent.appendChild(lLoadingImage);
|
||||
if(!lParent ||
|
||||
(lParent && lParent !== lCurrent))
|
||||
lCurrent.appendChild(lLoadingImage);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue