From 0a1ffdff9e55e42a786f5654cca2854339187f97 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 27 Jul 2012 04:15:41 -0400 Subject: [PATCH] minor changes --- client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.js b/client.js index 184610ca..12d9b754 100644 --- a/client.js +++ b/client.js @@ -659,7 +659,7 @@ CloudClient._anyload = function(pParams_o) element.onerror = (function(){ lFunc.onerror(); - event.preventDefault(); + event.returnValue = false; }); }