summaryrefslogtreecommitdiff
path: root/www/js/EventServer.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-03-18 12:31:10 -0400
committerPliable Pixels <pliablepixels@gmail.com>2020-03-18 12:31:10 -0400
commit8060ea345972b67ca6ecae9bfb79a20a5c90ee25 (patch)
tree6e7c6e4ab44883bc0f19650970efe1be3843c3d6 /www/js/EventServer.js
parent58c7e55399591a6a487a9519624bf1e8ad6ca20f (diff)
nits
Diffstat (limited to 'www/js/EventServer.js')
-rw-r--r--www/js/EventServer.js5
1 files changed, 0 insertions, 5 deletions
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();