Trying new way of connecting to socketio

This commit is contained in:
Kasper Rynning-Tønnesen
2017-03-02 21:36:39 +01:00
parent c8901a7c1b
commit 835ffb7f39
7 changed files with 12 additions and 12 deletions

View File

@@ -41,7 +41,7 @@ $(document).ready(function(){
$("head").append('<link type="text/css" rel="stylesheet" href="/public/css/embed.css" />');
$("head").append('<link type="text/css" rel="stylesheet" href="/public/css/materialize.min.css" />');
add = "https://zoff.me";
add = "https://socket.zoff.me";
socket = io.connect(''+add+':8080', connection_options);
socket.on("get_list", function(){