minor changes

This commit is contained in:
coderaiser 2012-08-13 07:53:49 -04:00
parent f02302696e
commit fa76de91d2

View file

@ -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')