From 3c867c1ac7b43eeb166487b5f954a625873bfde6 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 6 Sep 2012 08:53:00 -0400 Subject: [PATCH] removed force ie.js loading --- client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.js b/client.js index 0f199286..ce09483b 100644 --- a/client.js +++ b/client.js @@ -1030,7 +1030,7 @@ CloudClient.init = (function(){ getByClass = Util.getByClass; getById = Util.getById; - if(2===2 || !document.body.scrollIntoViewIfNeeded){ + if(!document.body.scrollIntoViewIfNeeded){ this.OLD_BROWSER = true; Util.jsload(CloudClient.LIBDIRCLIENT + 'ie.js', function(){