changed back to non socket.zoff.me

This commit is contained in:
Kasper Rynning-Tønnesen
2017-03-02 21:55:12 +01:00
parent 835ffb7f39
commit 77cae92007
6 changed files with 10 additions and 10 deletions

View File

@@ -17,7 +17,7 @@ $(document).ready(function (){
$("#about").modal();
$("#contact").modal();
if(window.location.hostname == "remote.zoff.me") add = "https://socket.zoff.me";
if(window.location.hostname == "remote.zoff.me") add = "https://zoff.me";
else add = "localhost";
socket = io.connect(add + ':8080', connection_options);
id = window.location.pathname.split("/")[1];