Skip to content

Commit

Permalink
Rollback previous fix as it doesn't work all the time
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarcand committed Nov 29, 2011
1 parent 55291d6 commit 9f7ea27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/jquery/src/main/webapp/jquery/jquery.atmosphere.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 9f7ea27

Please sign in to comment.