mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fixed bug in anyload
This commit is contained in:
parent
6e910eb431
commit
9262a0bdb0
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