diff options
Diffstat (limited to 'www/js/EventServer.js')
| -rw-r--r-- | www/js/EventServer.js | 5 |
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(); |
