From 8060ea345972b67ca6ecae9bfb79a20a5c90ee25 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 18 Mar 2020 12:31:10 -0400 Subject: nits --- www/js/EventServer.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'www/js/EventServer.js') diff --git a/www/js/EventServer.js b/www/js/EventServer.js index 71718988..2ade604d 100644 --- a/www/js/EventServer.js +++ b/www/js/EventServer.js @@ -365,10 +365,6 @@ angular.module('zmApp.controllers') return d.promise; } - - - - function disconnect() { authState = connState.PENDING; @@ -383,7 +379,6 @@ angular.module('zmApp.controllers') return; } - ws.onmessage = null; iClosed = true; ws.close(); -- cgit v1.2.3