From 248df9d9b205dd4f1d0daa58933cb54a860af14a Mon Sep 17 00:00:00 2001 From: coderaiser Date: Sun, 2 Sep 2012 16:08:42 +0300 Subject: [PATCH] Update client.js --- client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.js b/client.js index d1c38981..1b39de2d 100644 --- a/client.js +++ b/client.js @@ -137,7 +137,7 @@ CloudClient.Utils = (function(){ this.ajax = function(pParams){ /* if on webkit */ - if(document.XMLHttpRequest && 2 > 3){ + if(document.XMLHttpRequest){ if(!lXMLHTTP) lXMLHTTP = new XMLHttpRequest();