Skip to content

Commit

Permalink
fixes jQuery.Deferred exception as reported in ether#4132 (ether#4158)
Browse files Browse the repository at this point in the history
  • Loading branch information
rittmeier authored Jul 10, 2020
1 parent 908ce78 commit c7581ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/static/js/collab_client.js
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ function getCollabClient(ace2editor, serverVars, initialUserInfo, options, _pad)
setIsPendingRevision: setIsPendingRevision
};

$(document).ready(setUpSocket);
setUpSocket();
return self;
}

Expand Down

0 comments on commit c7581ba

Please sign in to comment.