]> git.example.dev Git - binbsis50.git/commitdiff
fixed a wrong url
authorLuigi Pinca <luigipinca@gmail.com>
Sat, 18 Feb 2012 18:45:32 +0000 (19:45 +0100)
committerLuigi Pinca <luigipinca@gmail.com>
Sat, 18 Feb 2012 18:45:32 +0000 (19:45 +0100)
public/static/js/client.js

index 46114ff44c1220a2267ff8150929018e43143e4b..cca77ccee96b2497d8e817559773ca66237bb1dd 100644 (file)
@@ -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() {