mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
Update client.js
This commit is contained in:
parent
cd149589f7
commit
037ffa55cb
1 changed files with 2 additions and 1 deletions
|
|
@ -326,7 +326,8 @@ CloudClient.Util = (function(){
|
|||
/* show loading icon *
|
||||
* if it not showed */
|
||||
var lCurrent = lCurrent.firstChild.nextSibling;
|
||||
if(lCurrent !== lLoadingImage.parentElement)
|
||||
var lParent = lLoadingImage.parentElement;
|
||||
if(lParent && lParent !== lCurrent)
|
||||
document.appendChild(lLoadingImage);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue