From 9f7ea272dc14002faffd72e4da6ee64d9773a35a Mon Sep 17 00:00:00 2001 From: jfarcand Date: Tue, 29 Nov 2011 13:17:33 -0500 Subject: [PATCH] Rollback previous fix as it doesn't work all the time --- modules/jquery/src/main/webapp/jquery/jquery.atmosphere.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/jquery/src/main/webapp/jquery/jquery.atmosphere.js b/modules/jquery/src/main/webapp/jquery/jquery.atmosphere.js index 26b864d12d4..2a3f4704f9d 100644 --- a/modules/jquery/src/main/webapp/jquery/jquery.atmosphere.js +++ b/modules/jquery/src/main/webapp/jquery/jquery.atmosphere.js @@ -350,7 +350,7 @@ jQuery.atmosphere = function() { reconnect : function (ajaxRequest, request) { jQuery.atmosphere.request = request; - if (request.suspend && ajaxRequest.status == 200 && request.readyState !=3 && request.transport != 'streaming') { + if (request.suspend && ajaxRequest.status == 200 && request.transport != 'streaming') { jQuery.atmosphere.request.method = 'GET'; jQuery.atmosphere.request.data = ""; jQuery.atmosphere.executeRequest();