mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
Update client.js
This commit is contained in:
parent
19f20aff88
commit
5732a11cb6
1 changed files with 1 additions and 1 deletions
|
|
@ -328,7 +328,7 @@ CloudClient.Util = (function(){
|
|||
var lCurrent = lCurrent.firstChild.nextSibling;
|
||||
var lParent = lLoadingImage.parentElement;
|
||||
if(lParent && lParent !== lCurrent)
|
||||
document.appendChild(lLoadingImage);
|
||||
lCurrent.appendChild(lLoadingImage);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue