Commit 87084343 authored by Leo Iannacone's avatar Leo Iannacone

assuming that io-socket will run always on same server

parent 4e20125f
var socket = io.connect('//' + config.hostname );
var socket = io.connect('/');
var preferences = new Preferences()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment