From fa76de91d285c0095918bf5005fd7bf12cfe437e Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 13 Aug 2012 07:53:49 -0400 Subject: [PATCH] minor changes --- client.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/client.js b/client.js index 698317ea..899c17a6 100644 --- a/client.js +++ b/client.js @@ -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')