mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
fixed bug in anyload
This commit is contained in:
parent
339e18a4ba
commit
c5a89496a4
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ CloudClient.Util = (function(){
|
|||
* and error image would be shown
|
||||
*/
|
||||
element.onerror = (function(){
|
||||
(pParams_o.element || document.body)
|
||||
(pParams_o.parent || document.body)
|
||||
.removeChild(element);
|
||||
|
||||
Util.Images.showError({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue