From 26d9216edf9a00682d25aef0feeefb951e3c5698 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Sat, 18 Feb 2012 19:45:32 +0100 Subject: [PATCH] fixed a wrong url --- public/static/js/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/js/client.js b/public/static/js/client.js index 46114ff..cca77cc 100644 --- a/public/static/js/client.js +++ b/public/static/js/client.js @@ -451,7 +451,7 @@ var App = { } }); } - App.socket = io.connect("http://http://binb.nodejitsu.com/", {'reconnect':false}); + App.socket = io.connect("http://binb.nodejitsu.com/", {'reconnect':false}); App.socket.on("connect", function() { $("#player").jPlayer({ ready: function() { -- 2.54.0