mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
minor changes
This commit is contained in:
parent
f02302696e
commit
fa76de91d2
1 changed files with 5 additions and 1 deletions
|
|
@ -241,7 +241,11 @@ CloudClient.Util = (function(){
|
|||
(pParams_o.element || document.body)
|
||||
.removeChild(element);
|
||||
|
||||
Util.Images.showError();
|
||||
Util.Images.showError({
|
||||
responseText: 'file ' +
|
||||
lSrc +
|
||||
' could not be loaded'
|
||||
});
|
||||
|
||||
if(lFunc.onerror &&
|
||||
typeof lFunc.onerror === 'function')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue