fixes jQuery.Deferred exception as reported in #4132 (#4158)

pull/4159/head
Florian Rittmeier 2020-07-10 16:28:32 +02:00 committed by GitHub
parent 908ce78e70
commit c7581ba6f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -756,7 +756,7 @@ function getCollabClient(ace2editor, serverVars, initialUserInfo, options, _pad)
setIsPendingRevision: setIsPendingRevision
};
$(document).ready(setUpSocket);
setUpSocket();
return self;
}