summaryrefslogtreecommitdiff
path: root/public/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/js/index.js')
-rw-r--r--public/js/index.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/public/js/index.js b/public/js/index.js
index 30f5975..6e171fc 100644
--- a/public/js/index.js
+++ b/public/js/index.js
@@ -4,8 +4,6 @@ var app = (function(){
app.init = function(){
user.init()
- app.socket = ws.connect()
-
app.router = new SiteRouter ()
$(window).on("focus", app.focus)