Skip to content
This repository has been archived by the owner on Sep 17, 2018. It is now read-only.

Commit

Permalink
Added errorMessage variable declaration to prevent "reconnect" calls …
Browse files Browse the repository at this point in the history
…causing a java exception
  • Loading branch information
johnuren1980 committed Jun 30, 2011
1 parent 2fc6b66 commit e0d6b58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etherpad/src/etherpad/control/pad/pad_control.js
Expand Up @@ -512,6 +512,7 @@ function render_reconnect() {
var userId = (padutils.getPrefsCookieUserId() || undefined);
var hasClientErrors = false;
var uniqueId;
var errorMessage;
try {
var obj = fastJSON.parse(request.params.diagnosticInfo);
uniqueId = obj.uniqueId;
Expand Down

0 comments on commit e0d6b58

Please sign in to comment.