From 3b2a601beb6e6dc87e86a104454152fcbdd54c5a Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Thu, 2 Jun 2011 14:17:15 +0100 Subject: [PATCH] Revert "Don't try to reconnect if we reset the connection on our own" Don't think this is necassary, the problem might be caused by of a old socket.io version This reverts commit a444e870e048f783ec08bdefe24b21aabcfbe5aa. --- static/js/pad2.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/pad2.js b/static/js/pad2.js index 05b77980..93fcfef1 100644 --- a/static/js/pad2.js +++ b/static/js/pad2.js @@ -93,7 +93,6 @@ function handshake() //We get a disconnect message if(obj.disconnect) { - socket.reconnect = false; socket.disconnect(); padconnectionstatus.disconnected("userdup"); return;